diff --git a/templates/sso/lookup/lookuplist.html b/templates/sso/lookup/lookuplist.html index 14c303f..20b7d11 100644 --- a/templates/sso/lookup/lookuplist.html +++ b/templates/sso/lookup/lookuplist.html @@ -8,7 +8,7 @@ diff --git a/templates/sso/lookup/user.html b/templates/sso/lookup/user.html index 680c2b3..21f32fc 100644 --- a/templates/sso/lookup/user.html +++ b/templates/sso/lookup/user.html @@ -40,7 +40,7 @@ {% for char in characters %} - + {% endfor %} diff --git a/templates/sso/profile.html b/templates/sso/profile.html index b76dd57..15d96d5 100644 --- a/templates/sso/profile.html +++ b/templates/sso/profile.html @@ -30,9 +30,9 @@ create a login for a service click the Add Service link

diff --git a/templates/sso/serviceaccount/deleteconfirm.html b/templates/sso/serviceaccount/deleteconfirm.html index 004ff26..2a8dda2 100644 --- a/templates/sso/serviceaccount/deleteconfirm.html +++ b/templates/sso/serviceaccount/deleteconfirm.html @@ -8,7 +8,7 @@ create a new account until fixed by a Sysop. If you are having issues logging in

If you are sure, then please click confirm

- + diff --git a/templates/sso/serviceaccount/reset.html b/templates/sso/serviceaccount/reset.html index 2bb8694..99005e2 100644 --- a/templates/sso/serviceaccount/reset.html +++ b/templates/sso/serviceaccount/reset.html @@ -7,7 +7,7 @@

This service will reset your password for account {{ acc.service_uid }} on {{ acc.service }}. If you wish to continue please click the link below.

- +
Character NameCorp
{{ char.name }}
{{ char.name }} {{ char.corp }}
{% if acc.active %}Yes{% else %}No{% endif %} Delete {% if acc.active %} -  / Reset +  / Reset {% if acc.service.provide_login %} -  / Login +  / Login {% endif %} {% endif %}
{{ form.as_table }}