changed various html templates to include notification boxes, spelling

This commit is contained in:
bernis
2017-03-03 17:48:25 +01:00
parent a36df6973e
commit 4514db257f
13 changed files with 63 additions and 45 deletions

View File

@@ -3,7 +3,7 @@
{% block content %}
<h1> Login </h1>
{% if error %}
<p>{{ error }}</p>
<div class="somethingbad">{{ error }}</div>
{% endif %}
<form name="login" method="post" action="/login">
Username:<br><input type="text" name=username required placeholder="Username"><br>