make application tests run again
This commit is contained in:
parent
a439794874
commit
f13ee5f409
@ -202,7 +202,6 @@ class Application(models.Model, SlideMixin):
|
|||||||
changed_fields = ", ".join(field_names)))
|
changed_fields = ", ".join(field_names)))
|
||||||
return # Done
|
return # Done
|
||||||
|
|
||||||
if self.title != "":
|
|
||||||
version = AVersion(title=getattr(self, 'title', ''),
|
version = AVersion(title=getattr(self, 'title', ''),
|
||||||
text=getattr(self, 'text', ''),
|
text=getattr(self, 'text', ''),
|
||||||
reason=getattr(self, 'reason', ''),
|
reason=getattr(self, 'reason', ''),
|
||||||
|
Loading…
Reference in New Issue
Block a user