Add "Browse collections" link to profile pages
authorJef van Schendel <mail@jefvanschendel.nl>
Thu, 17 Jan 2013 19:04:22 +0000 (20:04 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Thu, 17 Jan 2013 19:04:22 +0000 (20:04 +0100)
mediagoblin/templates/mediagoblin/user_pages/user.html

index 76bce1e2aedbb1a90dbffed37f05a0f4d45114be..71acd66c94253d0c2fcd565aa72f95a6b76b78dd 100644 (file)
           </a>
         {% endif %}
     {% endif %}
+      <p>
+        <a href="{{ request.urlgen('mediagoblin.user_pages.collection_list',
+                                           user=user.username) }}">
+          {%- trans %}Browse collections{% endtrans -%}
+        </a>
+      </p>
     </div>
 
     {% if media_entries.count() %}