Skip to content

Commit 068adca

Browse files
committed
Fix projects admin UI language tabs
1 parent 94aa6a7 commit 068adca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
{% extends "admin/guardian/model/change_form.html" %}
2+
3+
{# restore django-parler tabs #}
4+
{% block field_sets %}
5+
{% include "admin/parler/language_tabs.html" %}
6+
{{ block.super }}
7+
{% endblock %}

0 commit comments

Comments
 (0)