~speakman/ppvalbok/trunk

« back to all changes in this revision

Viewing changes to templates/base_with_map.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 type="text/javascript">
9
10
//<![CDATA[
10
11
var IS_DEBUG = {% if IS_DEBUG %}true{% else %}false{% endif %};