Skip to content
Snippets Groups Projects
Unverified Commit 57014813 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #2702 from HyphaApp/fix/django-hijack-3

Update to latest django-hijack and remove loading of removed hijack-styles.css
parents ecfdf9ff 82280125
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,6 @@
<link rel="stylesheet" href="{% static 'css/normalize.css' %}">
<link rel="stylesheet" href="{% static 'css/apply/main.css' %}">
{# Hijack styling #}
<link rel="stylesheet" href="{% static 'hijack/hijack-styles.css' %}" />
{% block extra_css %}{% endblock %}
<link rel="stylesheet" href="{% static 'css/print.css' %}" media="print">
......
......@@ -16,7 +16,7 @@ django-file-form==3.3.0
django-filter==2.4.0
django-fsm==2.8.0
django-heroku==0.3.1
django-hijack==3.0.0
django-hijack==3.1.4
django-pagedown==2.2.1
django-pwned-passwords==4.1.0
django-redis==5.1.0
......
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