From d9f51299809bfb6b3ac589b7c42016d0ef240299 Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 6 Nov 2021 09:42:47 -0400 Subject: moved templates to top level directory --- design/templates/details/photo.html | 85 ------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 design/templates/details/photo.html (limited to 'design/templates/details/photo.html') diff --git a/design/templates/details/photo.html b/design/templates/details/photo.html deleted file mode 100644 index e477c73..0000000 --- a/design/templates/details/photo.html +++ /dev/null @@ -1,85 +0,0 @@ -{% extends 'base.html' %} -{% load typogrify_tags %} -{% block pagetitle %}Luxagraf | {{object.title|title|smartypants|safe}}{% endblock %} -{% block metadescription %}Luxagraf: Photo, {{object.title}}, Photographer: Scott Gilbertson, Published: {{ object.pub_date|date:"N j, Y" }} {{ object.pub_date|date:"h:i a" }}Camera:{%if object.exif_make%}{%if object.exif_make != 'Canon'%}{{ object.exif_make }}{%endif%} {{ object.exif_model }}{% else %}Canon Powershot S45{%endif%}, Aperture: {%if object.exif_aperture%}{{ object.exif_aperture }}{%else%}Not Recorded{%endif%}, Shutter Speed: {%if object.exif_shutter%}{{ object.exif_shutter }} sec{%else%}Not Recorded{%endif%}, Film Speed: {%if object.exif_iso%}{{ object.exif_iso }} ISO{%else%}Not Recorded{%endif%}.{% endblock %} -{% block date %}{{object.pub_date|date:"F j, Y"}}{% if object.location.state.country.name == "United States" %}{{object.location.name|smartypants|safe}}, {{object.location.state.name}}{%else%}{{object.location.name|smartypants|safe}}, {{object.location.state.country.name}}{%endif%}{% endblock %} - - - - {% block title %}{{object.title|smartypants|safe}}{% endblock %} - - - {% block primary %} - - {{object.title}} - {% if object.description != 'None' %} -

{{ object.description|smartypants|widont|safe }}

- {%endif %} -

Other Sizes: Large and - Original

- - - -
- - - -

If you enjoy this photo, you can follow along on Flickr, Facebook, FriendFeed or by subscribing to the RSS Feed. For more about luxagraf, see the about page. To get in touch please use the contact form or leave a comment below.

-
- - -

comments

-

If you'd like to leave a comment, you may do so on Flickr.

- - {% endblock %} - - - -{% block sidebar %} - -{% endblock %} -- cgit v1.2.3-70-g09d2