]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/commitdiff
Fix tag in 'user' template
authorJaroslav Klapalek <klapajar@fel.cvut.cz>
Thu, 11 Oct 2018 11:43:40 +0000 (13:43 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Fri, 12 Oct 2018 07:06:28 +0000 (09:06 +0200)
templates/user.html

index 95ee95e44adc52dce535031f9be38dd0a6e57dc4..0277d09aeb15dcccf7b3b245906d5b8645f62050 100644 (file)
@@ -28,7 +28,7 @@
             <input id="username" type="text" name="name">
             <input type="button" value="rename" onclick="renameUser()">
         </form>
-    </p
+    </p>
 {% else %}
     Use your card/token to log in...
 {% endif %}