.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{% extends 'sbas/base.html' %}
|
{% extends 'sbas/base.html' %}
|
||||||
|
|
||||||
{% load render_table from django_tables2 %}
|
|
||||||
{% block css %}
|
{% block css %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
@@ -16,6 +15,7 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
|
{% load render_table from django_tables2 %}
|
||||||
{% render_table table %}
|
{% render_table table %}
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user