~speakman/ppvalbok/trunk

« back to all changes in this revision

Viewing changes to templates/base.html

  • Committer: Daniel Nyström
  • Date: 2009-05-24 21:35:17 UTC
  • Revision ID: daniel@nystrom.st-20090524213517-q6d1t2d235k5wugu
MAJOR VotingLocal refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        <head>
6
6
                <title>[V] {% block title %}Valsedeldistribution{% endblock %} | Piratpartiet</title>
7
7
                <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/style.css" />
 
8
                {% block style %}{% endblock %}
8
9
                <script src="{{ MEDIA_URL }}js/mootools.js" type="text/javascript" ></script>
9
10
                <script src="{{ MEDIA_URL }}js/mootools-more.js" type="text/javascript" ></script>
10
11
                {% block script %}{% endblock %}