Skip to content
Snippets Groups Projects
Commit d5ec5323 authored by Harry Hughes's avatar Harry Hughes
Browse files

Replace login.html

parent 134c22b1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
{{ form.csrf_token }}
<p>{{ form.email.label }} {{form.email}}</p>
<p>{{ form.username.label }} {{ form.username }}</p>
<p>{{ form.password_hash.label }} {{ form.password_hash }}</p>
<p>{{ form.password.label }} {{ form.password }}</p>
<p><input type="submit" value="Login"></p>
</form>
{% endblock content %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment