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
Branches
No related tags found
1 merge request!10Port/Rewrite Plan
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{% block imports %} {% block imports %}
<link rel="stylesheet" href="{% static 'common/vendor/chosen-js/chosen.css' %}"> <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 %} {% endblock %}
{% block breadcrumbs %} {% block breadcrumbs %}
...@@ -51,4 +51,4 @@ ...@@ -51,4 +51,4 @@
$('.chosen-select').chosen(); $('.chosen-select').chosen();
}); });
</script> </script>
{% endblock %} {% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment