comparison gpp/templates/base.html @ 540:51fa1e0ca218

For #243, create a contests application.
author Brian Neal <bgneal@gmail.com>
date Mon, 09 Jan 2012 01:13:08 +0000
parents 2f0a372c92b4
children b9a41956be23
comparison
equal deleted inserted replaced
539:2f0a372c92b4 540:51fa1e0ca218
16 <head><title>SurfGuitar101.com | {% block title %}{% endblock %}</title> 16 <head><title>SurfGuitar101.com | {% block title %}{% endblock %}</title>
17 <meta http-equiv="Content-Type" content="text/html" /> 17 <meta http-equiv="Content-Type" content="text/html" />
18 <meta http-equiv="Content-Language" content="en-US" /> 18 <meta http-equiv="Content-Language" content="en-US" />
19 <meta name="robots" content="all" /> 19 <meta name="robots" content="all" />
20 <meta name="Author" content="Brian Neal" /> 20 <meta name="Author" content="Brian Neal" />
21 <meta name="copyright" content="&copy; 2006 - 2011 Brian Neal" /> 21 <meta name="copyright" content="(C) Copyright 2006 - 2012 Brian Neal" />
22 {% block custom_meta %}{% endblock %} 22 {% block custom_meta %}{% endblock %}
23 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" /> 23 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" />
24 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/print.css" type="text/css" media="print" /> 24 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/print.css" type="text/css" media="print" />
25 <!--[if lt IE 8]> 25 <!--[if lt IE 8]>
26 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" /> 26 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" />
54 <li><a href="{% url 'home' %}">Home</a></li> 54 <li><a href="{% url 'home' %}">Home</a></li>
55 <li><a href="{% url 'news-index_page' %}">News</a></li> 55 <li><a href="{% url 'news-index_page' %}">News</a></li>
56 <li><a href="{% url 'news-submit' %}">Submit News</a></li> 56 <li><a href="{% url 'news-submit' %}">Submit News</a></li>
57 <li><a href="{% url 'gcalendar-index' %}">Calendar</a></li> 57 <li><a href="{% url 'gcalendar-index' %}">Calendar</a></li>
58 <li><a href="{% url 'contact-form' %}">Contact</a></li> 58 <li><a href="{% url 'contact-form' %}">Contact</a></li>
59 <li><a href="{% url 'contests-index' %}">Contests</a></li>
59 <li><a href="{% url 'donations-index' %}">Donations</a></li> 60 <li><a href="{% url 'donations-index' %}">Donations</a></li>
60 <li><a href="{% url 'downloads-index' %}">Downloads</a></li> 61 <li><a href="{% url 'downloads-index' %}">Downloads</a></li>
61 <li><a href="{% url 'forums-index' %}">Forums</a></li> 62 <li><a href="{% url 'forums-index' %}">Forums</a></li>
62 <li><a href="{% url 'irc-main' %}">IRC</a></li> 63 <li><a href="{% url 'irc-main' %}">IRC</a></li>
63 <li><a href="{% url 'bio-member_list' type='user' %}">Member List</a></li> 64 <li><a href="{% url 'bio-member_list' type='user' %}">Member List</a></li>