equal
deleted
inserted
replaced
|
1 {% extends "base.html" %} {% block content %} |
|
2 |
|
3 <form method="post" |
|
4 action="{{WEB_URL}}{% url ldt.ldt.views.searchIndex %}" |
|
5 accept-charset="utf-8"> |
|
6 |
|
7 <table> |
|
8 {{ form.as_table }} |
|
9 </table> |
|
10 <input type="submit" /></form> |
|
11 |
|
12 |
|
13 {% endblock %} |