From bc0b2364b1a22ecc9662ddfce1a4bd314f38f79b Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 20 Sep 2011 11:01:05 +0200 Subject: removed entity model, celery --- templates/apps/userprofile/addalias.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/apps/userprofile/addalias.html (limited to 'templates/apps/userprofile/addalias.html') diff --git a/templates/apps/userprofile/addalias.html b/templates/apps/userprofile/addalias.html new file mode 100644 index 0000000..108b3cf --- /dev/null +++ b/templates/apps/userprofile/addalias.html @@ -0,0 +1,18 @@ +{% extends "tree.html" %} +{% block content %} +

Add Alias

+
+
+

+ By adding an alias to your identity you provide information about alternative identities to + services. For instance by adding an SSH key alias a service can use this information to give + you access to compute resources and by adding an eScience Certificate you provide information + about your eScience Certificate to connected GRID services. +

+ +
+{% endblock %} \ No newline at end of file -- cgit v1.1