Skip to content

Commit

Permalink
Reduce duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-o committed Dec 8, 2018
1 parent ff9eaa7 commit 44988a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tin/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:100italic,400italic,700italic,100,400,700" />
<script src="{% static 'js/vendor/jquery-3.3.1.min.js' %}"></script>
<link rel="stylesheet" type="text/css" href="{% static 'vendor/selectize/selectize.default.css' %}" />
<script type="text/javascript" src="{% static 'vendor/selectize/selectize.min.js' %}"></script>
{% block head %}{% endblock %}
</head>
<body>
Expand Down
2 changes: 0 additions & 2 deletions tin/templates/courses/edit_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
{% load static %}

{% block head %}
<link rel="stylesheet" type="text/css" href="{% static 'vendor/selectize/selectize.default.css' %}" />
<script type="text/javascript" src="{% static 'vendor/selectize/selectize.min.js' %}"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#id_students").selectize();
Expand Down

0 comments on commit 44988a1

Please sign in to comment.