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