From: Sebastian Spaeth Date: Thu, 12 Dec 2013 16:50:34 +0000 (+0100) Subject: Fix "middot" when blog plugin is disabled X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c518d5421d2a0861cc3ad3791bae6d3a63ca39bc;p=mediagoblin.git 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. --- diff --git a/mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_blogging.html b/mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_blogging.html index bf688b0f..bc92c419 100644 --- a/mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_blogging.html +++ b/mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_blogging.html @@ -15,8 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . #} - {%- trans %} Blog Dashboard {% endtrans -%} - + · 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 @@ · {% template_hook("blog_dashboard_home") %} - ·