Skip to content
Snippets Groups Projects
Commit 68b2ef20 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Fix css import of AK submission page

parent 4590d41e
No related branches found
No related tags found
1 merge request!10Port/Rewrite Plan
......@@ -9,7 +9,7 @@
{% block imports %}
<link rel="stylesheet" href="{% static 'common/vendor/chosen-js/chosen.css' %}">
<link rel="stylesheet" href="{% static 'common/css/bootstrap-choosen.css' %}">
<link rel="stylesheet" href="{% static 'common/css/bootstrap-chosen.css' %}">
{% endblock %}
{% block breadcrumbs %}
......@@ -51,4 +51,4 @@
$('.chosen-select').chosen();
});
</script>
{% endblock %}
\ No newline at end of file
{% endblock %}
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