kanidm/server/core/templates/apps.html
George Wu 855e45bbb7 Small UI updates. (#3361)
* Delete unused htmx javascript files.

* Consistently mention applications instead of apps.

* Small formatting change for enrol device.

* Update phrasing in credentials page.
2025-01-24 09:30:02 +10:30

10 lines
175 B
HTML

(% extends "base_htmx_with_nav.html" %)
(% block title %)Applications(% endblock %)
(% block head %)
(% endblock %)
(% block main %)
(( apps_partial|safe ))
(% endblock %)