aurweb/templates
Kevin Morris 53fabdfaea
fix(templates): require valid User relationships for <a> usage
Previously, when the relationship was None, an <a> would still
wrap the None value erroneously. This addresses that for all
three user fields.

In addition, this commit adds direct testing for the
`templates/partials/packages/details.html` template.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-12-31 18:31:48 -08:00
..
account fix(routers.accounts): use User.can_edit_user across the board 2021-12-27 16:05:01 -08:00
errors change(fastapi): centralize HTTPException 2021-12-02 23:23:27 -08:00
packages fix(requests): rework handling of requests 2021-12-09 19:09:51 -08:00
partials fix(templates): require valid User relationships for <a> usage 2021-12-31 18:31:48 -08:00
pkgbase fix(requests): rework handling of requests 2021-12-09 19:09:51 -08:00
requests fix(requests): rework handling of requests 2021-12-09 19:09:51 -08:00
testing change(rendercomment): converted to use aurweb.db ORM 2021-11-28 19:55:11 -08:00
tos [FastAPI] add /tos routes (get, post) 2021-06-24 19:12:49 -07:00
tu /tu/{proposal_id}: Do not show voters if there are none 2021-06-26 04:43:00 -07:00
addvote.html fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
dashboard.html fix(FastAPI): voted/notified query efficiency 2021-09-19 00:34:08 -07:00
home.html [FastAPI] Modularize homepage and add side panel 2021-08-17 19:58:32 -07:00
index.html routers.html: add authenticated dashboard to homepage 2021-08-17 21:59:13 -07:00
login.html fix(fastapi): render Logged-in as page on authenticated /login 2021-11-29 19:40:55 -08:00
packages.html fix(packages.search): fix default ordering & improve performance 2021-12-25 11:15:20 -08:00
passreset.html add passreset routes 2021-06-05 20:11:17 -07:00
pkgbase.html housekeep(fastapi): cleanup unneeded jinja set statement 2021-11-18 16:44:13 -08:00
register.html add user registration routes 2021-06-05 20:11:17 -07:00
requests.html fix(requests): rework handling of requests 2021-12-09 19:09:51 -08:00