Skip to content
Snippets Groups Projects
Commit c3ffc29f authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

material icons and jquery now in static

parent 7a312a31
No related branches found
No related tags found
1 merge request!86Merge school-apps
This diff is collapsed.
File added
File added
......@@ -13,7 +13,7 @@
<!--------->
<!-- CSS -->
<!--------->
<link href="https://info.katharineum.de/webfonts/materialdesignicons-webfont/" rel="stylesheet">
<link href="{% static 'materialdesignicons-webfont' %}" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen"
href="{% static 'materialize/dist/css/materialize.min.css' %}">
......@@ -24,7 +24,7 @@
<!---------------->
<!-- JavaScript -->
<!---------------->
<script src="https://info.katharineum.de/javascript/jquery/jquery.js"></script>
<script src="{% static 'jquery/jquery.js' %}"></script>
<script src="{% static 'materialize/dist/js/materialize.min.js' %}"></script>
<script src="{% static 'common/helper.js' %}"></script>
<!-- django-material -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment