aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <jefvanschendel@gmail.com>2011-05-25 23:57:51 +0200
committerJef van Schendel <jefvanschendel@gmail.com>2011-05-25 23:57:51 +0200
commite83f8b3c196e04f99a6a179eda898f2f10648f7c (patch)
treef755881e85faa8016126afb257d56dce1ee731e6
parent7e199c9c87de8feeb51287cd5770f6e830257a79 (diff)
downloadmediagoblin-e83f8b3c196e04f99a6a179eda898f2f10648f7c.tar.lz
mediagoblin-e83f8b3c196e04f99a6a179eda898f2f10648f7c.tar.xz
mediagoblin-e83f8b3c196e04f99a6a179eda898f2f10648f7c.zip
Removed clever subtitle
-rw-r--r--mediagoblin/templates/mediagoblin/base.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index c4bc1364..d2885a5b 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -32,9 +32,6 @@
{% block mediagoblin_logo %}
<a href="{{ request.urlgen('index') }}">MediaGoblin</a>
{% endblock %}{% block mediagoblin_header_title %}MediaGoblin Home{% endblock %}
- {% block mediagoblin_header_subtitle %}
- Clever subtitle here!
- {% endblock %}
{% if request.user %}
Welcome {{ request.user['username'] }}! --
<a href="{{ request.urlgen('mediagoblin.auth.logout') }}">