diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-01 10:49:05 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-01 10:49:05 -0500 |
commit | 2542aa30c0fcee783a12f9b8b610e4998871fdd9 (patch) | |
tree | b12c2867f475407606893819e659597ab4ad3687 /mediagoblin/templates | |
parent | db2b07eeb7f162ec1d0d75ae20d2b19215020c7e (diff) | |
download | mediagoblin-2542aa30c0fcee783a12f9b8b610e4998871fdd9.tar.lz mediagoblin-2542aa30c0fcee783a12f9b8b610e4998871fdd9.tar.xz mediagoblin-2542aa30c0fcee783a12f9b8b610e4998871fdd9.zip |
Make index page paginated
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/root.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/root.html b/mediagoblin/templates/mediagoblin/root.html index bae033c4..ed7b931f 100644 --- a/mediagoblin/templates/mediagoblin/root.html +++ b/mediagoblin/templates/mediagoblin/root.html @@ -39,5 +39,5 @@ {# temporarily, an "image gallery" that isn't one really ;) #} - {% include "mediagoblin/utils/object_gallery.html" %} + {% include "mediagoblin/utils/object_gallery.html" %} {% endblock %} |