We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94aa6a7 + 068adca commit d4dfd1cCopy full SHA for d4dfd1c
1 file changed
projects/templates/project_change_form.html
@@ -1 +1,7 @@
1
{% 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