f122778232
# Refactoring team views
...
* refactors team views
* split views.py into users.py and teams.py in users app
* refactors method headers for _user_has_permission()
* adds method and class comments and documentation to base view classes
2025-11-05 10:12:49 +01:00
4a16727da1
# Refactoring revocation views
...
* refactors views for adding, editing and removing revocations
* refactors view for getting the document of a revocation
* updates tests
2025-11-04 08:58:47 +01:00
9283c12162
Login required on modals
...
* adds new login_required_modal decorator
* can be used before regular login_required decorator to return a proper session-timed-out message
2022-08-25 11:34:09 +02:00
ac0db79928
Intervention views
...
* splits intervention/views.py (+700 lines) into separate files in new module
* view files can now be found in /intervention/views/...
2022-08-19 07:34:09 +02:00