kanidm/server/core/templates/apps.html
George Wu b03f842728
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-20 04:52:53 +00:00

10 lines
175 B
HTML

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