Rémy HUBSCHER
Rémy HUBSCHER
I believe you need a valid token to be able to access the page.
Are you using the memory backend? It seems to happen only with it according to the stacktrace.
Perfect then, let's close it.
I'm a bit surprised though, because the line still exists: https://github.com/Kinto/kinto/blob/master/kinto/core/permission/memory.py#L101
Please feel free to go ahead!
Maybe should we actually remove the `POST` and turn it into a `PUT` because requiring an `id` on `POST` seems a bit odd to me.
You mean for the error message? https://github.com/Kinto/kinto/blob/master/kinto/plugins/accounts/views/__init__.py#L28-L39 It is then used here: https://github.com/Kinto/kinto/blob/master/kinto/plugins/accounts/views/__init__.py#L85 Reading the code I think we don't want to fix this bug actually. Because it is an...
Merged into https://github.com/Natim/django-schedule/
I still get that actually.
Apparently the solution would be to use button for actions and links for navigation. I ended-up creating the following button class: ``` button.links { background:none!important; border:none; padding:0!important; font: inherit; cursor:...