mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-02 05:12:16 +00:00
Make some improvements as suggested by DjangoDoctor
This commit is contained in:
@@ -153,7 +153,7 @@ class EventDuplicate(EventUpdate):
|
||||
new.checked_in_by = None
|
||||
|
||||
# Remove all the authorisation information from the new event
|
||||
new.auth_request_to = None
|
||||
new.auth_request_to = ''
|
||||
new.auth_request_by = None
|
||||
new.auth_request_at = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user