Change the text of url to blogs on user profile page.
authorAditi Mittal <aditi.iitr@gmail.com>
Wed, 18 Sep 2013 16:49:58 +0000 (22:19 +0530)
committerAditi Mittal <aditi.iitr@gmail.com>
Wed, 18 Sep 2013 16:49:58 +0000 (22:19 +0530)
mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_blogs_dashboard.html

index 6e869bd842f732c831b947a33495831433a6c683..483c145581f44168e322883618766a95aff8c73c 100644 (file)
@@ -19,9 +19,9 @@
 {#This injects the URL to a user's blog dashboard on her profile.
 #}
 {%if blogs %}
-<h2>Blog</h2>
+<h3>Blog</h3>
 {% set blogs_url = request.urlgen('mediagoblin.media_types.blog.blog_admin_dashboard', 
                                       blogs=blogs, user=user.username) %}
-
-<p><a href="{{ blogs_url }}">The user's blogs can be found here</a></p>
+                                    
+<p><a href="{{ blogs_url }}"><em>Go to blogs</em></a></p>
 {%endif%}