changed titles of videos and photos section

... to include the word "All"
master
Andrew Engelbrecht 7 years ago
parent a356d74359
commit b05a246734
  1. 4
      mediagoblin_libreplanet/templates/libreplanet/root.html

@ -67,14 +67,14 @@
</p>
-->
<h2>{% trans %}Videos{% endtrans %}</h2>
<h2>{% trans %}All Videos{% endtrans %}</h2>
{{ media_grid(request, videos) }}
<div class="clear"></div>
<p>
<a href="/videos">View all videos</a>
</p>
<h2>{% trans %}Photos{% endtrans %}</h2>
<h2>{% trans %}All Photos{% endtrans %}</h2>
{{ media_grid(request, images) }}
<div class="clear"></div>
<p>

Loading…
Cancel
Save