summaryrefslogtreecommitdiff
path: root/templates/apps/userprofile/sshkey.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-09-20 11:01:05 +0200
committerLeif Johansson <leifj@sunet.se>2011-09-20 11:01:05 +0200
commitbc0b2364b1a22ecc9662ddfce1a4bd314f38f79b (patch)
treef2b2446f44cc276e12a7e1ea0749822f98464893 /templates/apps/userprofile/sshkey.html
parentcd364fba4c45f80cfd326f786c3d4901b2d464c2 (diff)
removed entity model, celery
Diffstat (limited to 'templates/apps/userprofile/sshkey.html')
-rw-r--r--templates/apps/userprofile/sshkey.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/apps/userprofile/sshkey.html b/templates/apps/userprofile/sshkey.html
new file mode 100644
index 0000000..b2c1fca
--- /dev/null
+++ b/templates/apps/userprofile/sshkey.html
@@ -0,0 +1,13 @@
+{% extends "edit_fieldsets.html" %}
+{% block widgets %}
+ $('#wizard').formwizard({
+ validationEnabled: true,
+ focusFirstInput: true,
+ textSubmit: "Submit",
+ validationOptions: {
+ rules: {
+ sshkey: 'required'
+ }
+ }
+ });
+{% endblock %} \ No newline at end of file