summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/register.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/register.html')
-rw-r--r--hyperkitty/templates/register.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/register.html b/hyperkitty/templates/register.html
index 2e033b5..bcd955a 100644
--- a/hyperkitty/templates/register.html
+++ b/hyperkitty/templates/register.html
@@ -6,7 +6,7 @@
<form action="" method="post" class="login mm_clear">
{% csrf_token %}
{{ form.as_p }}
- <input type=hidden name=next value={{ next }}>
+ <input type="hidden" name="next" value="{{ next }}">
<div class="field">
<button class="btn btn-primary" type="submit">
{% trans "Register" %}