Mercurial > public > madeira
view mysite/photologue/templates/photologue/gallery_archive_year.html @ 6:fa724fb48b2c
Show country on home page for upcoming shows if outside the USA.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 14 May 2009 00:53:26 +0000 |
parents | 0dcfcdf50c62 |
children |
line wrap: on
line source
{% extends "photologue/root.html" %} {% block title %}Galleries for {{ year }}{% endblock %} {% block content %} <h1>Galleries for {{ year }}</h1> <ul> {% for date in date_list %} <li><a href="{{ date|date:"M"|lower }}/">{{ date|date:"F" }}</a></li> {% endfor %} </ul> <p><a href="{% url pl-gallery-list 1 %}">View all galleries.</a></p> {% endblock %}