diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-25 15:30:56 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-25 15:30:56 -0500 |
commit | ad74472b597d6a477f6c2e747478417a52327b4b (patch) | |
tree | 5be761d56a62ac9d5b1d206b46d9f1c0c4d475dc /mediagoblin/templates | |
parent | 2684f341f5111fb831fb80e2b3b7ea7401cefc1c (diff) | |
download | mediagoblin-ad74472b597d6a477f6c2e747478417a52327b4b.tar.lz mediagoblin-ad74472b597d6a477f6c2e747478417a52327b4b.tar.xz mediagoblin-ad74472b597d6a477f6c2e747478417a52327b4b.zip |
Now actually apply Velmont's patch instead of just committing it ;)
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/user.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index 9d99ac53..a2b85aff 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -42,9 +42,9 @@ <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> + {% else %} + {# This *should* not occur as the view makes sure we pass in a user. #} + <p>Sorry, no such user found.<p/> {% endif %} {% endblock %} |