diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-16 07:15:20 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-16 07:15:20 +0200 |
commit | 41fefbc6ff58990f9e2b9e0763cd1c52674521bc (patch) | |
tree | fe55f51b436a6d1a5cfce8e1f6308c9b6689c0d5 /pyaggr3g470r/templates/admin/dashboard.html | |
parent | Ouf. (diff) | |
download | newspipe-41fefbc6ff58990f9e2b9e0763cd1c52674521bc.tar.gz newspipe-41fefbc6ff58990f9e2b9e0763cd1c52674521bc.tar.bz2 newspipe-41fefbc6ff58990f9e2b9e0763cd1c52674521bc.zip |
Updated dashboard template (minor changes).
Diffstat (limited to 'pyaggr3g470r/templates/admin/dashboard.html')
-rw-r--r-- | pyaggr3g470r/templates/admin/dashboard.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index 8a5bad61..b15097d5 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -42,7 +42,5 @@ </table> <br /> <a href="/admin/create_user/" class="btn btn-default">{{ _('Add a new user') }}</a> -<br /><br /> -<p class="text-info">{{ _('As an administrator you are not listed in this table') }}.</p> </div> {% endblock %} |