diff options
Diffstat (limited to 'templates/apps/userprofile/cert.html')
-rw-r--r-- | templates/apps/userprofile/cert.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/apps/userprofile/cert.html b/templates/apps/userprofile/cert.html new file mode 100644 index 0000000..89b4510 --- /dev/null +++ b/templates/apps/userprofile/cert.html @@ -0,0 +1,13 @@ +{% extends "edit_fieldsets.html" %} +{% block widgets %} + $('#wizard').formwizard({ + validationEnabled: true, + focusFirstInput: true, + textSubmit: "Submit", + validationOptions: { + rules: { + certificate: 'required' + } + } + }); +{% endblock %}
\ No newline at end of file |