diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2013-12-12 17:50:34 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2013-12-12 17:50:34 +0100 |
commit | c518d5421d2a0861cc3ad3791bae6d3a63ca39bc (patch) | |
tree | 94e73a9b133a880ab954c30be4cf5f84fdce81d5 /mediagoblin/templates | |
parent | 686cbcd974b464839b09338bab2bc11040c1043b (diff) | |
download | mediagoblin-c518d5421d2a0861cc3ad3791bae6d3a63ca39bc.tar.lz mediagoblin-c518d5421d2a0861cc3ad3791bae6d3a63ca39bc.tar.xz mediagoblin-c518d5421d2a0861cc3ad3791bae6d3a63ca39bc.zip |
Fix "middot" when blog plugin is disabled
The blog plugin accidentally introduced two "middots in the admin bar,
which were visible when the blog plugin was disabled. Fixing this by
moving the second dot in the blog template.
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index df0b94aa..40437653 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -127,7 +127,6 @@ </a> · {% template_hook("blog_dashboard_home") %} - · <a id="logout" href= {% if persona is not defined %} "{{ request.urlgen('mediagoblin.auth.logout') }}" |