1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +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

@ -122,7 +122,7 @@ function displayStyle (note) {
*/
function displayNote (note, alias, user_note_field = null, profile_pic_field = null) {
if (!note.display_image) {
note.display_image = '/media/pic/default.png';
note.display_image = '/static/member/img/default_picture.png';
}
let img = note.display_image;
if (alias !== note.name && note.name)