From baf14633cbd8af6413290ccae5765aefd2a278a5 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 20 Jun 2016 16:37:07 -0400 Subject: remove old django folder --- .../photos/templates/photos/gallery_detail.html | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 bn_django/photos/templates/photos/gallery_detail.html (limited to 'bn_django/photos/templates/photos/gallery_detail.html') diff --git a/bn_django/photos/templates/photos/gallery_detail.html b/bn_django/photos/templates/photos/gallery_detail.html deleted file mode 100644 index 0b3a4af..0000000 --- a/bn_django/photos/templates/photos/gallery_detail.html +++ /dev/null @@ -1,45 +0,0 @@ -{% extends "photos/base.html" %} -{# {% load markup %} #} -{% block path %} -{{ block.super }} -{% if object %} - » - {{ object.title }} -{% endif %} {% endblock %} -{% block title %} -{% if object %}Photo Set: {{ object.title }} {% endif %} -{% endblock %} -{% block content %} -{% if object %} -{% if object.photo_set.count %} - -{% for item in object.photo_set.all %} {% cycle , , ,  %} - {% endfor %} -
- - {{ item.title }} -
-{% else %} -

There are no photos in this gallery. If you just uploaded a batch -of photos, try hitting your browser's reload button to see if they -show up.

{% endif %} -  - -{% else %}

This is not the gallery you are looking for.

{% endif %} -{% endblock %} -- cgit v1.2.3