diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html index ca74ed0..c6e3561 100644 --- a/templates/hr/applications/view.html +++ b/templates/hr/applications/view.html @@ -42,9 +42,9 @@ Mark as Complete {% endifequal %} {% endif %} -{% endifnotequal %}

+{% endifnotequal %} {% if audit %}

Event Log

diff --git a/templates/sso/serviceaccount/add.html b/templates/sso/serviceaccount/add.html new file mode 100644 index 0000000..fd54a5f --- /dev/null +++ b/templates/sso/serviceaccount/add.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} + +{% block title %}Add External Service Account{% endblock %} + +{% block content %} +

To add a service to your account, select the service from the list +below +then provide select a username you wish to use create the account for
+
+For details on how to connect to each service, please consult the wiki

+ +

If you are missing some services, please check that your API key is +up to date, if so use the "Refresh" function.

+ +
+ +{{ form.as_table }} +
+
+ +{% csrf_token %} +
+
+{% endblock %}