From: Jef van Schendel Date: Mon, 25 Jul 2011 20:37:02 +0000 (+0200) Subject: Fix merge conflict in user.html X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=00458460d9fbdcae85bef063c614ff94338ab305;p=mediagoblin.git Fix merge conflict in user.html --- 00458460d9fbdcae85bef063c614ff94338ab305 diff --cc mediagoblin/templates/mediagoblin/user_pages/user.html index b445d844,a2b85aff..7ab2031e --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@@ -41,10 -42,9 +41,10 @@@ atom feed - {% else %} - {# This *should* not occur as the view makes sure we pass in a user. #} -

Sorry, no such user found.

+

+ {% else %} + {# This *should* not occur as the view makes sure we pass in a user. #} +

Sorry, no such user found.

{% endif %} {% endblock %}