Skip to content

Commit 6fa7aee

Browse files
committed
2 parents 8c90883 + ac5666a commit 6fa7aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FlaskRTBCTF/main/forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class SettingsForm(FlaskForm):
2626
@admin_only
2727
def setup(self):
2828
if self.is_submitted():
29+
step = 3
2930
try:
3031
settings = Settings.query.get(1)
3132

0 commit comments

Comments
 (0)