aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2013-12-12 17:50:34 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2013-12-12 17:50:34 +0100
commitc518d5421d2a0861cc3ad3791bae6d3a63ca39bc (patch)
tree94e73a9b133a880ab954c30be4cf5f84fdce81d5 /mediagoblin/templates
parent686cbcd974b464839b09338bab2bc11040c1043b (diff)
downloadmediagoblin-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.html1
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>
&middot;
{% template_hook("blog_dashboard_home") %}
- &middot;
<a id="logout" href=
{% if persona is not defined %}
"{{ request.urlgen('mediagoblin.auth.logout') }}"