master
Fox Wilson 2016-05-28 00:08:24 -04:00
parent c8514f0320
commit be4b899b16
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -88,7 +88,7 @@ def login():
@app.route('/register/', methods=["GET", "POST"])
def register():
if not config.registration:
return "Registration is currently disabled."
return "Registration is currently disabled. Email ctf@tjhsst.edu to create an account."
if request.method == "GET":
return render_template("register.html")