diff options
Diffstat (limited to 'module/web/templates/mobile/login.html')
-rw-r--r-- | module/web/templates/mobile/login.html | 5 |
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 |