Mercurial > public > madeira
comparison mysite/templates/band/index.html @ 40:25e00d1b99bf
Get rid of the project name 'mysite' from the source.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 14 Feb 2012 19:09:57 -0600 |
parents | fb72a1e65121 |
children |
comparison
equal
deleted
inserted
replaced
39:b8e166ca993a | 40:25e00d1b99bf |
---|---|
45 {{ show.venue.city.country.name }} | 45 {{ show.venue.city.country.name }} |
46 {% endifnotequal %} | 46 {% endifnotequal %} |
47 </li> | 47 </li> |
48 {% endfor %} | 48 {% endfor %} |
49 </ul> | 49 </ul> |
50 <center><a href="{% url 'mysite.band.views.gigs' %}">See all upcoming shows...</a></center> | 50 <center><a href="{% url 'band.views.gigs' %}">See all upcoming shows...</a></center> |
51 </div> | 51 </div> |
52 {% endif %} | 52 {% endif %} |
53 | 53 |
54 <div> | 54 <div> |
55 <center> | 55 <center> |