summaryrefslogtreecommitdiffstats
path: root/accounts/templates/register_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/templates/register_complete.html')
-rw-r--r--accounts/templates/register_complete.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/templates/register_complete.html b/accounts/templates/register_complete.html
index d5cec72..1fb69de 100644
--- a/accounts/templates/register_complete.html
+++ b/accounts/templates/register_complete.html
@@ -7,7 +7,7 @@
Deine E-Mail-Adresse wurde erfolgreich bestätigt.
Bitte setze nun ein Passwort, um die Registrierung abzuschließen.
</p>
-<form action="{{ url_for('register_complete', token=token) }}" method="post" class="form-horizontal">
+<form action="{{ url_for('.register_complete', token=token) }}" method="post" class="form-horizontal">
<div class="control-group">
<div class="control-label">Benutzername</div>
<div class="controls"><input readonly="readonly" value="{{ username }}" /></div>