File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
martor_demo/app/templates Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55{% block css %}
66 < link href ="{% static 'plugins/css/ace.min.css' %} " type ="text/css " media ="all " rel ="stylesheet " />
77 < link href ="{% static 'plugins/css/resizable.min.css' %} " type ="text/css " media ="all " rel ="stylesheet " />
8- < link href ="{% static 'martor/css/martor.bootstrap.css' %} " type ="text/css " media ="all " rel ="stylesheet " />
8+ < link href ="{% static 'martor/css/martor.bootstrap.min. css' %} " type ="text/css " media ="all " rel ="stylesheet " />
99{% endblock %}
1010
1111{% block content %}
3737 < script type ="text/javascript " src ="{% static 'plugins/js/highlight.min.js' %} "> </ script >
3838 < script type ="text/javascript " src ="{% static 'plugins/js/resizable.min.js' %} "> </ script >
3939 < script type ="text/javascript " src ="{% static 'plugins/js/emojis.min.js' %} "> </ script >
40- < script type ="text/javascript " src ="{% static 'martor/js/martor.bootstrap.js' %} "> </ script >
40+ < script type ="text/javascript " src ="{% static 'martor/js/martor.bootstrap.min. js' %} "> </ script >
4141
4242 < script >
4343 $ ( 'form [name="title"]' ) . attr ( {
Original file line number Diff line number Diff line change 55
66{% block css %}
77 < link href ="{% static 'plugins/css/ace.min.css' %} " type ="text/css " media ="all " rel ="stylesheet " />
8- < link href ="{% static 'martor/css/martor.bootstrap.css' %} " type ="text/css " media ="all " rel ="stylesheet " />
8+ < link href ="{% static 'martor/css/martor.bootstrap.min. css' %} " type ="text/css " media ="all " rel ="stylesheet " />
99{% endblock %}
1010
1111{% block content %}
Original file line number Diff line number Diff line change 55{% block css %}
66 < link href ="{% static 'plugins/css/ace.min.css' %} " type ="text/css " media ="all " rel ="stylesheet " />
77 < link href ="{% static 'plugins/css/resizable.min.css' %} " type ="text/css " media ="all " rel ="stylesheet " />
8- < link href ="{% static 'martor/css/martor.semantic.css' %} " type ="text/css " media ="all " rel ="stylesheet " />
8+ < link href ="{% static 'martor/css/martor.semantic.min. css' %} " type ="text/css " media ="all " rel ="stylesheet " />
99{% endblock %}
1010
1111{% block content %}
3939 < script type ="text/javascript " src ="{% static 'plugins/js/highlight.min.js' %} "> </ script >
4040 < script type ="text/javascript " src ="{% static 'plugins/js/resizable.min.js' %} "> </ script >
4141 < script type ="text/javascript " src ="{% static 'plugins/js/emojis.min.js' %} "> </ script >
42- < script type ="text/javascript " src ="{% static 'martor/js/martor.semantic.js' %} "> </ script >
42+ < script type ="text/javascript " src ="{% static 'martor/js/martor.semantic.min. js' %} "> </ script >
4343
4444 < script >
4545 $ ( 'form [name="title"]' ) . attr ( { 'placeholder' : 'Post Title' } ) ;
Original file line number Diff line number Diff line change 66
77{% block css %}
88 < link href ="{% static 'plugins/css/ace.min.css' %} " type ="text/css " media ="all " rel ="stylesheet " />
9- < link href ="{% static 'martor/css/martor.semantic.css' %} " type ="text/css " media ="all " rel ="stylesheet " />
9+ < link href ="{% static 'martor/css/martor.semantic.min. css' %} " type ="text/css " media ="all " rel ="stylesheet " />
1010{% endblock %}
1111
1212{% block content %}
You can’t perform that action at this time.
0 commit comments