add customization includes / templates for base template (add stuff to head and body)

This commit is contained in:
Thomas Waldmann 2013-11-03 23:37:46 +01:00
parent 9dcefda8d3
commit bdba38024b
3 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
{% include "includes/base_head.html" %}
</head>
<body>
@ -150,5 +151,6 @@
</script>
{% endif %}
</div>
{% include "includes/base_body.html" %}
</body>
</html>

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@