Mercurial > public > madeira
comparison mysite/templates/band/base.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 | ec7abd6ac50b |
children |
comparison
equal
deleted
inserted
replaced
39:b8e166ca993a | 40:25e00d1b99bf |
---|---|
28 <img src="{{ STATIC_URL }}images/header-logo.jpg" border="0" alt="Madeira Logo" /> | 28 <img src="{{ STATIC_URL }}images/header-logo.jpg" border="0" alt="Madeira Logo" /> |
29 </div> | 29 </div> |
30 | 30 |
31 <div id="navleft" class="span-4 append-1"> | 31 <div id="navleft" class="span-4 append-1"> |
32 <ul> | 32 <ul> |
33 <li><a href="{% url 'mysite.band.views.index' %}">Home</a></li> | 33 <li><a href="{% url 'band.views.index' %}">Home</a></li> |
34 <li><a href="{% url 'mysite.band.views.news' %}">News</a></li> | 34 <li><a href="{% url 'band.views.news' %}">News</a></li> |
35 <li><a href="{% url 'mysite.band.views.bio' %}">Biography</a></li> | 35 <li><a href="{% url 'band.views.bio' %}">Biography</a></li> |
36 <li><a href="{% url 'mysite.band.views.gigs' %}">Shows</a></li> | 36 <li><a href="{% url 'band.views.gigs' %}">Shows</a></li> |
37 <li><a href="{% url 'mysite.band.views.press_index' %}">Press</a></li> | 37 <li><a href="{% url 'band.views.press_index' %}">Press</a></li> |
38 <li><a href="{% url 'mysite.band.views.songs' %}">Songs</a></li> | 38 <li><a href="{% url 'band.views.songs' %}">Songs</a></li> |
39 <li><a href="{% url 'mysite.band.views.photos_index' %}">Photos</a></li> | 39 <li><a href="{% url 'band.views.photos_index' %}">Photos</a></li> |
40 <li><a href="{% url 'mysite.band.views.videos_index' %}">Videos</a></li> | 40 <li><a href="{% url 'band.views.videos_index' %}">Videos</a></li> |
41 <li><a href="{% url 'mysite.band.views.flyers' %}">Flyers</a></li> | 41 <li><a href="{% url 'band.views.flyers' %}">Flyers</a></li> |
42 <li><a href="{% url 'mysite.band.views.buy' %}">Buy</a></li> | 42 <li><a href="{% url 'band.views.buy' %}">Buy</a></li> |
43 <li><a href="{% url 'mysite.band.views.contact' %}">Contact</a></li> | 43 <li><a href="{% url 'band.views.contact' %}">Contact</a></li> |
44 <li><a href="{% url 'mysite.band.views.mail' %}">Mailing List</a></li> | 44 <li><a href="{% url 'band.views.mail' %}">Mailing List</a></li> |
45 <li><a href="http://myspace.com/themadeira">Myspace</a></li> | 45 <li><a href="http://myspace.com/themadeira">Myspace</a></li> |
46 <li><a href="http://facebook.com/themadeira">Facebook</a></li> | 46 <li><a href="http://facebook.com/themadeira">Facebook</a></li> |
47 <li><a href="http://www.youtube.com/user/TheMadeiraSurf">YouTube</a></li> | 47 <li><a href="http://www.youtube.com/user/TheMadeiraSurf">YouTube</a></li> |
48 </ul> | 48 </ul> |
49 </div> | 49 </div> |