ux: Me becomes Settings; backend: fix special usernames (me, block...)
This commit is contained in:
@ -150,7 +150,7 @@ class Client
|
||||
async _patch_json(uri, data)
|
||||
{
|
||||
let response = await fetch(this._url + uri, {
|
||||
ethod: "PATCH",
|
||||
method: "PATCH",
|
||||
headers: {
|
||||
"X-CSRFToken": getCookie("csrftoken"),
|
||||
"Content-Type": "application/json",
|
||||
|
Reference in New Issue
Block a user