summaryrefslogtreecommitdiff
path: root/templates/apps/membership
diff options
context:
space:
mode:
Diffstat (limited to 'templates/apps/membership')
-rw-r--r--templates/apps/membership/edit.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/apps/membership/edit.html b/templates/apps/membership/edit.html
index 06d033b..f77cd7f 100644
--- a/templates/apps/membership/edit.html
+++ b/templates/apps/membership/edit.html
@@ -4,11 +4,11 @@
validationEnabled: true,
focusFirstInput: true,
textSubmit: "Finish",
- validationOptions: {
- rules: {
- username: 'validUser'
- }
- }
+ //validationOptions: {
+ // rules: {
+ // username: 'validUser'
+ // }
+ //}
});
$('#id_username').autocomplete({
source: "/user/search.json",