aurweb/templates/partials
Kevin Morris 267f2cb2c4
fix(fastapi): remove trailing slashes from fastapi-driven links
With our FastAPI server, trailing slashes causes a 307 redirect
which ends up redirecting users to routes which do not contain
trailing slashes. This removes trailing slashes from our templates
where FastAPI is concerned to avoid unnecessary redirects.

There may still be links or usages around which have unnecessary
usages of a trailing slash; please keep a look out for these and
remove them where possible.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-18 22:42:40 -07:00
..
account fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
packages fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
tu fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
widgets feat(FastAPI): add templates/partials/widgets/pager.html 2021-09-19 12:44:19 -07:00
account_form.html fix: /account/{name}/edit Account Type selection 2021-09-08 17:36:37 -07:00
archdev-navbar.html fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
body.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00
error.html add passreset routes 2021-06-05 20:11:17 -07:00
footer.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00
head.html fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
layout.html FastAPI: use internal typeahead and remove jquery 2021-06-29 22:56:48 -07:00
meta.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00
navbar.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00
set_lang.html port over base HTML layout from PHP to FastAPI+Jinja2 2021-06-05 19:50:51 -07:00