Added User Pages, which you can now display galleries on. Also detected
[zzz-floof.git] / floof / templates / account / register.mako
index 485012c..2de23a4 100644 (file)
@@ -2,7 +2,7 @@
 
 <p>Registering from <strong>${c.identity_url}</strong>.</p>
 
-${h.form(url.current(action='register_finish'), method='POST')}
+${h.form(url('register_finish'), method='POST')}
 <dl class="form">
     <dt>Username</dt>
     <dd>${h.text('username', value=c.username)}</dd>