summaryrefslogtreecommitdiffstats
path: root/module/web/templates/mobile/login.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-18 17:59:50 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-18 17:59:50 +0200
commit6130a2377ca6754fee88773097ce220abef1aa47 (patch)
tree76bea0d76393100fcf393c164c96d34f286aba7a /module/web/templates/mobile/login.html
parentAdded DuckcryptInfo decrypter, smaller fixes (diff)
parentdropdowns in navbar (diff)
downloadpyload-6130a2377ca6754fee88773097ce220abef1aa47.tar.xz
merged stable into default
Diffstat (limited to 'module/web/templates/mobile/login.html')
-rw-r--r--module/web/templates/mobile/login.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/module/web/templates/mobile/login.html b/module/web/templates/mobile/login.html
new file mode 100644
index 000000000..5a1625f43
--- /dev/null
+++ b/module/web/templates/mobile/login.html
@@ -0,0 +1,5 @@
+{% extends 'mobile/base.html' %}
+{% block title %}{{_("Login")}} - {{super()}} {% endblock %}
+{% block content %}
+<h1>Test test sd</h1>
+{% endblock %} \ No newline at end of file