Table for testing

This commit is contained in:
2015-06-04 16:15:44 +05:00
parent 2bb8d69d05
commit a84abc0c77
4 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{% extends "asuzr/base.html" %}
{% load inplace_edit %}
{% load render_table from django_tables2 %}
{% block page %}
{% render_table table %}
{% endblock %}