File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
feincms/templates/admin/feincms Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 11{% extends "admin/feincms/item_editor.html" %}
22
3- {% load i18n %}
3+ {% load i18n admin_urls %}
44
55{% block breadcrumbs %}
66 < div class ="breadcrumbs ">
7- < 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 ="{{changelist_url} } "> {{opts.verbose_name_plural|capfirst}}</ a > ›
10- < a href ="{{recoverlist_url} } "> {% blocktrans with opts.verbose_name as verbose_name %}Recover deleted {{verbose_name}}{% endblocktrans %}</ a > ›
7+ < a href ="{% url ' admin:index' %} "> {% trans "Home" %}</ a > ›
8+ < a href ="{% url ' admin:app_list' opts. app_label %} "> {{opts.app_config.verbose_name }}</ a > ›
9+ < a href ="{% url opts|admin_urlname:'changelist' % } "> {{opts.verbose_name_plural|capfirst}}</ a > ›
10+ < a href ="{% url opts|admin_urlname:'recoverlist' % } "> {% blocktrans with opts.verbose_name as verbose_name %}Recover deleted {{verbose_name}}{% endblocktrans %}</ a > ›
1111 {{title}}
1212 </ div >
1313{% endblock %}
1414
15+ {% block object-tools %}{% endblock %}
16+
1517{% block form_top %}
1618 < p > {% blocktrans %}Press the save button below to recover this version of the object.{% endblocktrans %}</ p >
1719{% endblock %}
20+
21+ {% block submit_buttons_top %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}
22+ {% block submit_buttons_bottom %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}
You can’t perform that action at this time.
0 commit comments