Add table querying via form
This commit is contained in:
7
code/app/templates/table.html
Normal file
7
code/app/templates/table.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% import 'bootstrap/wtf.html' as wtf %}
|
||||
|
||||
{% block app_content %}
|
||||
<h1>Table</h1>
|
||||
{{ table|safe }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user