Files
postgres-web/pgweb/survey
Magnus Hagander b405302d97 Avoid returning HttpServerError for things not server errors
With the new django, alerts are raised for everything with status 500,
not juse exceptions. This put a light on a number of places where we
were returning 500 server error code for things that are not actually
server errors. Some should be a regular 200 ok with an error message,
and others should be a permissions error.
2020-04-04 14:43:27 +02:00
..
2009-12-28 16:12:44 +01:00
2019-01-26 16:19:26 +01:00