diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-13 15:07:43 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-13 15:07:43 +0100 |
| commit | eab3d767b65982e1e04c5538c0d2827f26230fca (patch) | |
| tree | 7e881cf8ec8ba8962dda19e135442d621262c55c /hyperkitty/templates/register.html | |
| parent | a9d22e8e9cbe51ae353b4e2f68ff635e9cf6d844 (diff) | |
| download | hyperkitty-eab3d767b65982e1e04c5538c0d2827f26230fca.tar.gz hyperkitty-eab3d767b65982e1e04c5538c0d2827f26230fca.tar.xz hyperkitty-eab3d767b65982e1e04c5538c0d2827f26230fca.zip | |
Improve the quoting style
Refs: #24
Diffstat (limited to 'hyperkitty/templates/register.html')
| -rw-r--r-- | hyperkitty/templates/register.html | 2 |
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" %} |
