1
0
Fork 0

Use the right snippets on Templates

This commit is contained in:
Joachim 2021-06-07 18:13:24 +02:00
parent cba34780d8
commit b448d40514
10 changed files with 38 additions and 22 deletions

View file

@ -1,6 +1,7 @@
{% extends 'layout.html' %}
{% load i18n %}
{% load humanize %}
{% load static %}
{% block title %}{% trans "Import Status" %}{% endblock %}
@ -151,5 +152,5 @@
{% endspaceless %}{% endblock %}
{% block scripts %}
<script src="/static/js/check_all.js"></script>
<script src="{% static "js/check_all.js" %}"></script>
{% endblock %}