diff --git a/copyparty/web/browser.html b/copyparty/web/browser.html index ebf41f8e..3b5c89ba 100644 --- a/copyparty/web/browser.html +++ b/copyparty/web/browser.html @@ -9,7 +9,7 @@ -{{ html_head }} +{{- html_head }} {%- if css %} {%- endif %} diff --git a/copyparty/web/idp.html b/copyparty/web/idp.html index b67dd2f1..8a58f6be 100644 --- a/copyparty/web/idp.html +++ b/copyparty/web/idp.html @@ -10,7 +10,7 @@ -{{ html_head }} +{{- html_head }} @@ -23,17 +23,17 @@ user groups - {% for un, gn in rows %} + {%- for un, gn in rows %} forget {{ un|e }} {{ gn|e }} - {% endfor %} + {%- endfor %} - {% if not rows %} + {%- if not rows %} (there are no IdP users in the cache) - {% endif %} + {%- endif %} π