File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
feincms/templates/admin/feincms Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33{% load i18n admin_urls %}
44
5+ {# override of breadcrumbs only required up to Reversion 2.0 #}
56{% block breadcrumbs %}
67 < div class ="breadcrumbs ">
78 < a href ="{% url 'admin:index' %} "> {% trans "Home" %}</ a > ›
8- < a href ="{% url 'admin:app_list' app_label %} "> {{app_label|capfirst|escape }}</ a > ›
9+ < a href ="{% url 'admin:app_list' opts. app_label %} "> {{opts.app_config.verbose_name }}</ a > ›
910 < a href ="{% url opts|admin_urlname:'changelist' %} "> {{opts.verbose_name_plural|capfirst}}</ a > ›
1011 < a href ="{% url opts|admin_urlname:'change' object_id %} "> {{original|truncatewords:"18"}}</ a > ›
1112 < a href ="{% url opts|admin_urlname:'history' object_id %} "> {% trans "History" %}</ a > ›
1213 {% blocktrans with opts.verbose_name as verbose_name %}Revert {{verbose_name}}{% endblocktrans %}
1314 </ div >
1415{% endblock %}
1516
17+ {% block object-tools %}{% endblock %}
18+
1619{% block form_top %}
1720 < p > {% blocktrans %}Press the save button below to revert to this version of the object.{% endblocktrans %}</ p >
1821{% endblock %}
1922
20- {% block submit_buttons_bottom %}
21- < div class ="submit-row ">
22- < input type ="submit " value ="{% trans 'Save' %} " class ="default " name ="_save " />
23- </ div >
24- {% endblock %}
23+ {% block submit_buttons_top %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}
24+ {% block submit_buttons_bottom %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}
You can’t perform that action at this time.
0 commit comments