add customization includes / templates for base template (add stuff to head and body)
This commit is contained in:
parent
9dcefda8d3
commit
bdba38024b
@ -14,6 +14,7 @@
|
|||||||
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
|
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
|
||||||
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />
|
<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>
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
||||||
|
{% include "includes/base_head.html" %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -150,5 +151,6 @@
|
|||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% include "includes/base_body.html" %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
1
nsupdate/templates/includes/base_body.html
Normal file
1
nsupdate/templates/includes/base_body.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
1
nsupdate/templates/includes/base_head.html
Normal file
1
nsupdate/templates/includes/base_head.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
Loading…
x
Reference in New Issue
Block a user