Clarifying some language on the homepage.
[mediagoblin-libreplanet.git] / mediagoblin_libreplanet / templates / libreplanet / root.html
index 0a0493c8de1dcc7b2492caef39b34775caa3ba08..c67f29677eba75007d0518d1385ce2c948faba82 100644 (file)
   {{ media_grid(request, videos) }}
   <div class="clear"></div>
   <p>
-    <a href="/videos">View all LibrePlanet videos</a>
+    <a href="/videos">View all videos</a>
   </p>
 
   <h2>{% trans %}Photos{% endtrans %}</h2>
   {{ media_grid(request, images) }}
   <div class="clear"></div>
   <p>
-    <a href="/photos">View all LibrePlanet photos</a>
+    <a href="/photos">View all photos</a>
   </p>
 
   {#- Need to set feed_url within this block so template can use it. -#}