summaryrefslogtreecommitdiffstats
path: root/accounts/templates/admin/create_account.html
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/templates/admin/create_account.html')
-rw-r--r--accounts/templates/admin/create_account.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/templates/admin/create_account.html b/accounts/templates/admin/create_account.html
index 208410c..6dae77c 100644
--- a/accounts/templates/admin/create_account.html
+++ b/accounts/templates/admin/create_account.html
@@ -12,7 +12,7 @@
Der Benutzer bekommt eine Mail, mit der er sich dann ganz normal
ein Passwort setzen kann.
</p>
-<form action="" method="post" class="form-horizontal">
+<form action="{{ url_for('.create_account') }}" method="post" class="form-horizontal">
{% for field in form %}
{{ render_field(field) }}
{% endfor %}