From 88f8c01f199c0e4141940952f7c861f332dac4da Mon Sep 17 00:00:00 2001
From: Andrew Williams
Date: Tue, 25 Jan 2011 15:54:08 +0000
Subject: [PATCH] Fix the HR view template when no buttons are needed
---
templates/hr/applications/view.html | 2 +-
templates/sso/serviceaccount/add.html | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 templates/sso/serviceaccount/add.html
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.
+
+
+
+{% endblock %}