.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user