Fix "middot" when blog plugin is disabled
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 12 Dec 2013 16:50:34 +0000 (17:50 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 12 Dec 2013 16:50:34 +0000 (17:50 +0100)
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.

mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_blogging.html
mediagoblin/templates/mediagoblin/base.html

index bf688b0f11877dd9699a0e3e474b8f01f89b4459..bc92c4199f0d7886e218e394fd661cfc3aad6904 100644 (file)
@@ -15,8 +15,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #}
-
   <a href="{{ request.urlgen('mediagoblin.media_types.blog.blog_admin_dashboard',
                                  user=request.user.username) }}">
    {%- trans %} Blog Dashboard {% endtrans -%}
-    </a>
+    </a> &middot;
index df0b94aa2c91de631dc211ce7eaa8cc47a630cac..40437653e57ef8ee3483e50024923e4e4e62dea7 100644 (file)
                 </a>
                 &middot;
                 {% template_hook("blog_dashboard_home") %}
-                &middot;
                 <a id="logout" href=
                   {% if persona is not defined %}
                     "{{ request.urlgen('mediagoblin.auth.logout') }}"