testing
This commit is contained in:
parent
35dddec8f9
commit
6954bc75c1
7 changed files with 24 additions and 13 deletions
|
@ -503,7 +503,7 @@ def message2(v, username):
|
|||
'body': notifbody,
|
||||
},
|
||||
'data': {
|
||||
'url': 'notifications?messages=true',
|
||||
'url': '/notifications?messages=true',
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -570,7 +570,7 @@ def messagereply(v):
|
|||
'body': notifbody,
|
||||
},
|
||||
'data': {
|
||||
'url': 'notifications?messages=true',
|
||||
'url': '/notifications?messages=true',
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue