1
0
Fork 0

Merge branch 'main' into images-django-imagekit

This commit is contained in:
Mouse Reeve 2021-08-02 13:43:59 -06:00 committed by GitHub
commit af34dc6520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 4202 additions and 1234 deletions

View file

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