From b855b010d08eecb34108da6c8b9bed728fa0ff72 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 31 Jul 2011 21:24:54 -0500 Subject: [PATCH] user pages atom feed not enclosed properly in div, fixing. --- mediagoblin/templates/mediagoblin/user_pages/gallery.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mediagoblin/templates/mediagoblin/user_pages/gallery.html b/mediagoblin/templates/mediagoblin/user_pages/gallery.html index a434ff15..637c892d 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/gallery.html +++ b/mediagoblin/templates/mediagoblin/user_pages/gallery.html @@ -36,10 +36,10 @@ {% include "mediagoblin/utils/object_gallery.html" %}
- - atom feed + atom feed +
{% else %} {# This *should* not occur as the view makes sure we pass in a user. #}

Sorry, no such user found.

-- 2.25.1