django-admin-interface/admin_interface/templates/admin
Julian Wachholz b393c11ecb
Simplify language chooser (#328)
* Simplify language chooser

- Allows usage of i18n_patterns with prefix_default_language=False
- Change templatetag from simple tag to an inclusion tag
- Reduces complexity by relying on Django's behavior in the
  set_language view: it will translate any url passed as 'next'.
  This behavior has been present since Django 1.9.
- Remove individual forms for each language

Fixes #327

Reference: aa5ab114e3

* Add check to ensure LocaleMiddleware

* Remove check in favor of silent warning

* Fix template tag tests
2023-12-05 12:18:44 +01:00
..
edit_inline Add tabbed changeform support (#211). 2022-11-26 09:54:33 +01:00
includes Add tabbed changeform support (#211). 2022-11-26 09:54:33 +01:00
base_site.html Simplify language chooser (#328) 2023-12-05 12:18:44 +01:00
change_form.html Fix tabs not working with non-ASCII alphanumeric characters. #237 2023-04-18 15:52:25 +02:00
change_list.html Include date hierarchy in quick removal links (#218) 2022-12-11 20:44:31 +01:00
filter.html Add option to make active list filters more visible. #178 2022-10-06 09:47:19 +02:00
popup_response.html Run `pre-commit`. 2022-12-11 23:07:11 +01:00