File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
crudbuilder/templates/crudbuilder Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
{% block title %}{% endblock %}
13
13
14
- {% load staticfiles %}
14
+ {% load static %}
15
15
< script src ="{% static 'crudbuilder/js/jquery-1.11.3.js' %} "> </ script >
16
16
<!-- Bootstrap core CSS -->
17
17
< link rel ="stylesheet " type ="text/css " href ="{% static 'crudbuilder/css/bootstrap.min.css' %} ">
Original file line number Diff line number Diff line change 1
1
{% extends "crudbuilder/base.html" %}
2
- {% load staticfiles crudbuilder %}
2
+ {% load static crudbuilder %}
3
3
4
4
{% block breadcrumb %}
5
5
< ul class ="breadcrumb ">
@@ -70,4 +70,4 @@ <h3>{{inlineformset.prefix|title}}</h3>
70
70
< input type ="submit " value ="Submit " class ='btn btn-success '/>
71
71
</ form >
72
72
73
- {% endblock %}
73
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments