remove old ref
This commit is contained in:
parent
843fdc9d66
commit
21c349bfe8
|
|
@ -81,14 +81,3 @@ $("#edit-user").on('click', function() {
|
|||
}
|
||||
);
|
||||
});
|
||||
|
||||
/*
|
||||
$("#edit-password").on('click', function() {
|
||||
launchModalForm(
|
||||
"{% url 'set-password' %}",
|
||||
{
|
||||
reload: true,
|
||||
}
|
||||
);
|
||||
});
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue