DmitrMakeev commited on
Commit
9228b11
1 Parent(s): ee74c06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -76,7 +76,9 @@ def get_current_time():
76
 
77
 
78
 
79
-
 
 
80
 
81
 
82
 
 
76
 
77
 
78
 
79
+ @app.route('/forms', methods=['GET'])
80
+ def up_forms():
81
+ return render_template('forms.html')
82
 
83
 
84