diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-07 20:14:54 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-08 10:17:35 +0200 |
| commit | f6e87ee949148debc0c4c911153c828686e15123 (patch) | |
| tree | 6adf2a7f32bc6311afdf5414d4a5905c66e587a3 /ishtar_common/templates/admin | |
| parent | 2eccf625a9a4e06e3236ece50728536bbe0cd75e (diff) | |
| download | Ishtar-f6e87ee949148debc0c4c911153c828686e15123.tar.bz2 Ishtar-f6e87ee949148debc0c4c911153c828686e15123.zip | |
🐛 many fix (or potential fix) in templates (inappropriate l10n) (refs #5594)
Diffstat (limited to 'ishtar_common/templates/admin')
| -rw-r--r-- | ishtar_common/templates/admin/profiletype_summary_change_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/admin/profiletype_summary_change_list.html b/ishtar_common/templates/admin/profiletype_summary_change_list.html index f071545cc..ca8f7f17f 100644 --- a/ishtar_common/templates/admin/profiletype_summary_change_list.html +++ b/ishtar_common/templates/admin/profiletype_summary_change_list.html @@ -1,4 +1,4 @@ -{% extends "admin/change_list.html" %}{% load i18n %} +{% extends "admin/change_list.html" %}{% load i18n l10n %} {% block content_title %} <h1>{% trans "Profile type Summary" %}</h1> @@ -16,7 +16,7 @@ {% for profile_type in profile_types %} <th> <div class="text"> - <a href="/admin/ishtar_common/profiletype/{{profile_type.pk}}/change/"> + <a href="/admin/ishtar_common/profiletype/{{profile_type.pk|unlocalize}}/change/"> {{ profile_type.name }} </a> </div> |
