7fc34e9eaf
Replace login_required decorator with a validating one
...
This one will validate that the url is under /accounts/, which is
the only part we are going to be excluding from caching once we
move the website to https-only.
2016-05-24 21:14:34 +02:00
3c089cd09a
Remove SSL decorators and middleware
...
The site is now served regardless of SSL, and assumes that the webserver
or web cache ensures that things rae always SSL.
2016-05-24 21:13:00 +02:00
63d920ab5f
Fix long-standing incorrect select_related parameter
...
This was broken before, but older django versions didn't notice it was
wrong and just ignored it. 1.8 throws an error, so now is a good time to
fix it.
2016-05-14 19:49:12 +02:00
756aa6ffbe
Clean up imports
...
Remove unused imports and some other completely unused code.
2014-01-01 15:42:30 +01:00
74d8bdd647
Make account editing forms redirect back to list of objects
...
Instead of like previously, redirect back to the list of object
types.
2011-11-09 22:16:13 +01:00
965767e992
Add edit for professional services
2011-08-24 16:56:00 +02:00
e7f437c0e9
Remove leftover from copy/paste
2010-09-28 15:45:41 +02:00
37c79c7882
Make professional services also use organisations
2010-02-25 17:03:12 +01:00
90b758c247
A first very basic import.
...
Contains basic functionality, and an import of most of the static content
from the old site.
There is still plenty more to do...
2009-09-14 14:39:25 +02:00