Mercurial > public > sg101
changeset 706:f2488f7705aa
Tweak user_photos gallery template.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 15 Sep 2013 16:22:05 -0500 |
parents | 7d6b0d831d67 |
children | e4450defae0c |
files | sg101/templates/user_photos/gallery.html |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/sg101/templates/user_photos/gallery.html Sun Sep 15 15:53:25 2013 -0500 +++ b/sg101/templates/user_photos/gallery.html Sun Sep 15 16:22:05 2013 -0500 @@ -29,8 +29,6 @@ <hr style="margin-top: 1.5em;" /> {% include 'core/django_pagination.html' %} {% endif %} -{% else %} - <p>Looks like {{ gallery_owner.username }} has no photos at this time.</p> {% endif %} {% endblock %}