From: Aditi Mittal Date: Wed, 18 Sep 2013 16:49:58 +0000 (+0530) Subject: Change the text of url to blogs on user profile page. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9d0627e068edf5f481016fb8ffb7cd07f3c82d89;p=mediagoblin.git Change the text of url to blogs on user profile page. --- diff --git a/mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_blogs_dashboard.html b/mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_blogs_dashboard.html index 6e869bd8..483c1455 100644 --- a/mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_blogs_dashboard.html +++ b/mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_blogs_dashboard.html @@ -19,9 +19,9 @@ {#This injects the URL to a user's blog dashboard on her profile. #} {%if blogs %} -

Blog

+

Blog

{% set blogs_url = request.urlgen('mediagoblin.media_types.blog.blog_admin_dashboard', blogs=blogs, user=user.username) %} - -

The user's blogs can be found here

+ +

Go to blogs

{%endif%}