From 321f41e8fd67a30ad12bab1ed36296912fcb0c53 Mon Sep 17 00:00:00 2001 From: Justyna Ilczuk Date: Mon, 24 Dec 2012 14:51:12 +0100 Subject: That's a web-app for reading with translations. Try it out. --- lanre_py/templates/login.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lanre_py/templates/login.html (limited to 'lanre_py/templates/login.html') diff --git a/lanre_py/templates/login.html b/lanre_py/templates/login.html new file mode 100644 index 0000000..ba80022 --- /dev/null +++ b/lanre_py/templates/login.html @@ -0,0 +1,14 @@ +{% extends "layout.html" %} +{% block log %} +

Login

+ {% if error %}

Error: {{ error }}{% endif %} +

+
+
Username: +
+
Password: +
+
+
+
+{% endblock %} -- cgit v1.2.1