From b05a246734c90badf1c771c6f10bc154774be419 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 8 Mar 2017 13:03:55 -0500 Subject: [PATCH] changed titles of videos and photos section ... to include the word "All" --- mediagoblin_libreplanet/templates/libreplanet/root.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mediagoblin_libreplanet/templates/libreplanet/root.html b/mediagoblin_libreplanet/templates/libreplanet/root.html index 82ced8a..c30a41d 100644 --- a/mediagoblin_libreplanet/templates/libreplanet/root.html +++ b/mediagoblin_libreplanet/templates/libreplanet/root.html @@ -67,14 +67,14 @@

--> -

{% trans %}Videos{% endtrans %}

+

{% trans %}All Videos{% endtrans %}

{{ media_grid(request, videos) }}

View all videos

-

{% trans %}Photos{% endtrans %}

+

{% trans %}All Photos{% endtrans %}

{{ media_grid(request, images) }}

-- 2.25.1