1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-29 12:50:55 +02:00

Move default profile picture in member app

This commit is contained in:
Alexandre Iooss
2020-09-02 23:08:40 +02:00
parent bf7f5b9cd6
commit be6cf93cdb
6 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ function reset(refresh=true) {
$("#first_name").val("");
$("#bank").val("");
$("#user_note").val("");
$("#profile_pic").attr("src", "/media/pic/default.png");
$("#profile_pic").attr("src", "/static/member/img/default_picture.png");
$("#profile_pic_link").attr("href", "#");
if (refresh) {
refreshBalance();