diff --git a/__init__.py b/__init__.py index 4beb40b..f95798e 100644 --- a/__init__.py +++ b/__init__.py @@ -67,7 +67,8 @@ def workshop(): actionArgs) return redirect(url_for('workshop')) - # if 'NewScenarioName' in request.form: + if 'NewScenarioName' in request.form: + print('писька коня') if 'TGUsername' in request.form: new_tg_username = request.form['TGUsername'] diff --git a/templates/index.html b/templates/index.html index 80db8a1..20193ab 100644 --- a/templates/index.html +++ b/templates/index.html @@ -100,7 +100,7 @@