Fix merge conflict in user.html

This commit is contained in:
Jef van Schendel
2011-07-25 22:37:02 +02:00
2 changed files with 3 additions and 20 deletions

View File

@@ -41,10 +41,10 @@
<a href={{ request.urlgen(
'mediagoblin.user_pages.atom_feed',
user=user.username) }}>atom feed</a>
{% else %}
{# This *should* not occur as the view makes sure we pass in a user. #}
<p>Sorry, no such user found.<p/>
</div>
<div class="clear"></div>
{% else %}
{# This *should* not occur as the view makes sure we pass in a user. #}
<p>Sorry, no such user found.<p/>
{% endif %}
{% endblock %}