File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
djangocms_snippet/templates/djangocms_snippet/admin Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Changelog
4
4
5
5
Unreleased
6
6
==========
7
+ * fix: Removed unused contents within templates, reducing the clutter within version compare views.
7
8
8
9
* fix: Snippet plugin added to a page now displays name instead of ID
9
10
* fix: Slug field on list display for admin should only be displayed when versioning is not available
Original file line number Diff line number Diff line change 1
- {% extends "admin/base_site.html" %}
2
- {% load static %}
3
1
{{ snippet.html|safe|escape }}
4
-
5
- {% block extrastyle %}
6
- {{ block.super }}
7
- < link rel ="stylesheet " type ="text/css " href ="{% static "admin /css/changelists.css" %}">
8
- {% endblock %}
9
-
10
- {% block coltype %}flex{% endblock %}
11
-
12
- {% block bodyclass %}{{ block.super }} app-{{ opts.app_label }} model-{{ opts.model_name }} change-list{% endblock %}
13
-
14
- {% block content %}
15
- {% autoescape off %}
16
- {{ snippet.html }}
17
- {% endautoescape %}
18
- {% endblock %}
You can’t perform that action at this time.
0 commit comments