From 27ccdb03403a0581ed6137ef6a4b8e3afcdd23d4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 25 Aug 2014 13:53:42 +0200 Subject: Minor typo.. --- pyaggr3g470r/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaggr3g470r/views.py b/pyaggr3g470r/views.py index 6bb430bb..21490414 100644 --- a/pyaggr3g470r/views.py +++ b/pyaggr3g470r/views.py @@ -184,7 +184,7 @@ def signup(): Signup page. """ if not os.environ.get("SELF_REGISTRATION", False): - flash(gettext("Self registration is disabled."), 'warning') + flash(gettext("Self-registration is disabled."), 'warning') return redirect(url_for('home')) if g.user is not None and g.user.is_authenticated(): return redirect(url_for('home')) -- cgit