seitime-frappe/frappe/website/page_renderers
Ankush Menat eb8da5fd59
fix!: Correct resolution order for template page (#20927)
Current resolution is confusing mess:

1. Evaluation is done in order of installed app, first install wins
2. Except frappe, frappe is treated as lowest priority.

Following same principle of "last write wins" everywhere similar to
previous PRs:

- https://github.com/frappe/frappe/pull/17869
- https://github.com/frappe/frappe/pull/20648
- https://github.com/frappe/frappe/pull/19653

Closes https://github.com/frappe/frappe/issues/20377
2023-05-07 13:19:23 +05:30
..
base_renderer.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
base_template_page.py fix: Show error page even when routing fails (#18437) 2022-10-17 19:52:37 +05:30
document_page.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
error_page.py fix: Catch any expection and show proper error page 2022-06-01 08:08:52 +05:30
list_page.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
not_found_page.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
not_permitted_page.py fix: after login if redirect is used getting blank screen 2023-01-05 20:39:35 +05:30
print_page.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
redirect_page.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
static_page.py fix: extension extracted if at least one dot, because if not dot (#19946) (#20142) 2023-02-23 15:03:11 +05:30
template_page.py fix!: Correct resolution order for template page (#20927) 2023-05-07 13:19:23 +05:30
web_form.py refactor: Webform (#17232) 2022-07-19 15:52:15 +05:30