From 8bfc87e18e0d3654ddb85b8644002ce6d3610f05 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 29 May 2011 17:49:03 -0500 Subject: [PATCH] Use the object gallery file on the front page also --- mediagoblin/templates/mediagoblin/root.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/mediagoblin/templates/mediagoblin/root.html b/mediagoblin/templates/mediagoblin/root.html index 05926687..e5344e08 100644 --- a/mediagoblin/templates/mediagoblin/root.html +++ b/mediagoblin/templates/mediagoblin/root.html @@ -41,15 +41,7 @@ {# temporarily, an "image gallery" that isn't one really ;) #}
- + {% include "mediagoblin/utils/object_gallery.html" %}
{% endblock %} -- 2.25.1