Commit 39321fc058e29239de2dc26f92bb746dad26872b
1 parent
bea6c49b
Exists in
master
and in
5 other branches
block script_link added to core base.html [Issue:#120]
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
core/templates/base.html
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | {% with "js/vendor/locales/bootstrap-datepicker."|add:LANGUAGE_CODE|add:".js" as locale_datepicker %} |
35 | 35 | <script type="text/javascript" src="{% static locale_datepicker %}"></script> |
36 | 36 | {% endwith %} |
37 | - | |
37 | + | |
38 | 38 | <script type="text/javascript" src="{% static 'js/vendor/alertify.min.js' %}"></script> |
39 | 39 | <script type="text/javascript" src="{% static 'js/vendor/jscookie.js' %}"></script> |
40 | 40 | |
... | ... | @@ -139,7 +139,7 @@ |
139 | 139 | </ul> |
140 | 140 | </div> |
141 | 141 | </div> |
142 | - | |
142 | + | |
143 | 143 | {% endif %} |
144 | 144 | {% endblock %} |
145 | 145 | </div> |
... | ... | @@ -157,6 +157,10 @@ |
157 | 157 | {% block script_file %} |
158 | 158 | |
159 | 159 | {% endblock script_file %} |
160 | + | |
161 | + {% block script_link %} | |
162 | + | |
163 | + {% endblock script_link %} | |
160 | 164 | </body> |
161 | 165 | |
162 | 166 | </html> | ... | ... |