diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-17 19:00:23 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-17 19:00:23 +0200 |
commit | ab2b8b65572aa2338411c98f68e41d7b0adcfd60 (patch) | |
tree | 8db86c16616190ea9766008562a21913440fffb1 /module/web/templates/default | |
parent | removed unneeded css, new login style (diff) | |
download | pyload-ab2b8b65572aa2338411c98f68e41d7b0adcfd60.tar.xz |
different bg pattern
Diffstat (limited to 'module/web/templates/default')
-rw-r--r-- | module/web/templates/default/dashboard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html index 777e73ae7..74d6a70f3 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -1,6 +1,6 @@ {% extends 'default/base.html' %}
{% block title %}
- {{_("Dashboard")}} - {{ super()}}}
+ {{_("Dashboard")}} - {{ super()}}
{% endblock %}
{% block require %}
|