equal
deleted
inserted
replaced
1 {% extends "admin/ldt/app_action.html" %} {% load i18n %} {# reindex |
|
2 contents #} {% block content %} {% if message %} |
|
3 <div> |
|
4 <p>{{ message }}</p> |
|
5 </div> |
|
6 {% endif %} {% if form. %} |
|
7 <div></div> |
|
8 {% endif %} |
|
9 <div> |
|
10 <form method="post" |
|
11 action="{{WEB_URL}}{% url admin:ldt_content_reindex %}">{% |
|
12 csrf_token %} |
|
13 <table> |
|
14 {{ form.as_table }} |
|
15 </table> |
|
16 <input type="submit" /></form> |
|
17 </div> |
|
18 |
|
19 <a href="{{WEB_URL}}{% url admin:app_list 'ldt' %}">Back to |
|
20 administration page</a> |
|
21 |
|
22 {% endblock %} |
|