remove old ref

This commit is contained in:
Matthias Mair 2024-06-25 21:13:34 +02:00
parent 843fdc9d66
commit 21c349bfe8
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 0 additions and 11 deletions

View File

@ -81,14 +81,3 @@ $("#edit-user").on('click', function() {
}
);
});
/*
$("#edit-password").on('click', function() {
launchModalForm(
"{% url 'set-password' %}",
{
reload: true,
}
);
});
*/