This commit is contained in:
Ross
2021-08-31 18:09:54 +01:00
parent 17e08c8008
commit b4c18d1c3b
+1 -1
View File
@@ -1,6 +1,5 @@
{% extends 'sbas/base.html' %}
{% load render_table from django_tables2 %}
{% block css %}
{% endblock %}
@@ -16,6 +15,7 @@
</form>
</div>
{% autoescape off %}
{% load render_table from django_tables2 %}
{% render_table table %}
{% endautoescape %}