kanidm/server/core/templates/user_settings.html
Merlijn f1dfbcc253
[HTMX] User settings (#2929)
* Initial structure of user settings in htmx
2024-08-12 17:20:50 +10:00

10 lines
172 B
HTML

(% extends "base_htmx_with_nav.html" %)
(% block title %)Profile(% endblock %)
(% block head %)
(% endblock %)
(% block main %)
(( profile_partial|safe ))
(% endblock %)