Browse Source

Newuser URL without key do not contains None anymore.

pull/14/head
Rogier Neeleman 7 years ago
parent
commit
ca09e1e31b
  1. 4
      templates/newuser.html

4
templates/newuser.html

@ -1,7 +1,11 @@ @@ -1,7 +1,11 @@
{% extends "layout.html" %}
{% block body %}
<center>
{% if newhash == 'None' %}
<form action="{{ url_for('new_user') }}" method=post>
{% else %}
<form action="{{ url_for('new_user') }}{{ newhash }}/" method=post>
{% endif %}
<dl>
<dt>
{% if msg %}

Loading…
Cancel
Save