disable posting for now

graphs-n-shit
lza_menace 3 years ago
parent e4e0ab53ca
commit 91219f4309

@ -54,6 +54,8 @@ def read(id):
@login_required
@profile_required
def create():
flash("Posting is paused for a little while because people want to be rude and spammy.")
return redirect("/")
if request.method == "POST":
submitter = session["auth"]["preferred_username"]
if submitter in config.BANNED_USERS:

Loading…
Cancel
Save