Skip to content

Commit d4dfd1c

Browse files
authored
Merge pull request #242 from City-of-Helsinki/fix-project-admin
Fix projects admin UI language tabs
2 parents 94aa6a7 + 068adca commit d4dfd1c

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)