comparison src/ltpdarepo/templates/queries/create.html @ 78:8cf9fc08d43d

Rework named query support.
author Daniele Nicolodi <daniele@grinta.net>
date Sun, 21 Aug 2011 14:41:20 +0200
parents 2850a914aef9
children
comparison
equal deleted inserted replaced
77:f2d3c99d6052 78:8cf9fc08d43d
1 {% import 'forms.html' as forms %} 1 {% import 'forms.html' as forms %}
2 {% extends "layout.html" %} 2 {% extends "layout.html" %}
3 {% block title %}Save query{% endblock %} 3 {% block title %}Save query{% endblock %}
4 {% block body %} 4 {% block body %}
5 <h2>Query for database &laquo;{{ database.id }}&raquo;</h2> 5 <h2>Create named query</h2>
6 {# <p class="discrete">{{ database.description }}</p> #}
7 <pre class="querystring">{{ query }}</pre>
8 {{ forms.render(form) }} 6 {{ forms.render(form) }}
9 {% endblock %} 7 {% endblock %}