8000 Remove breadcrumbs from plugin error form · django-cms/django-cms@cd32dc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd32dc7

Browse files
author
Github Release Action
committed
Remove breadcrumbs from plugin error form
1 parent 9dda765 commit cd32dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/templates/admin/cms/page/plugin/error_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% load i18n l10n static %}
33

44
{% block title %}{% trans "Edit model" %}{% endblock %}
5-
5+
{% block breadcrumbs %}{% endblock %}
66
{% block content %}
77
<form action="." method="post" id="cmsplugin_form">
88
{% csrf_token %}

0 commit comments

Comments
 (0)
0