This commit is contained in:
Ross
2021-10-18 17:51:03 +01:00
parent fce6f93b53
commit 295e6e236b
2 changed files with 3 additions and 6 deletions
-4
View File
@@ -384,10 +384,6 @@ class RapidUpdate(
class RapidClone(RapidCreateBase):
"""Clones a existing rapid"""
# fields = '__all__'
# #fields = [ 'condition' ]
# #initial = {'date_of_death': '05/01/2018'}
# exclude = [ 'created_date', 'published_date' ]
def get_initial(self):
# print(self.request)
old_object = get_object_or_404(Rapid, pk=self.kwargs["pk"])