Table for testing
This commit is contained in:
8
templates/asuzr/tabletest.html
Normal file
8
templates/asuzr/tabletest.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "asuzr/base.html" %}
|
||||
{% load inplace_edit %}
|
||||
{% load render_table from django_tables2 %}
|
||||
|
||||
{% block page %}
|
||||
{% render_table table %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user