Skip to content

Commit cd29a8a

Browse files
committed
Revert "fixed auto-draft setter - removed region and step from required to get out of draft"
This reverts commit c59d388.
1 parent e1978e8 commit cd29a8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def save(
7575
if (
7676
self.name
7777
and self.description
78-
# and self.region
79-
# and self.step
78+
and self.region
79+
and self.step
8080
and self.industry
8181
and self.presentation_address
8282
and self.image_address

0 commit comments

Comments
 (0)