DmitrMakeev commited on
Commit
4c5d8bb
·
verified ·
1 Parent(s): c060fa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1864,8 +1864,10 @@ def registrations_period():
1864
  })
1865
 
1866
 
1867
-
1868
-
 
 
1869
 
1870
 
1871
 
 
1864
  })
1865
 
1866
 
1867
+ # Маршрут для отображения страницы с графиком за период
1868
+ @app.route('/show_registrations_period', methods=['GET'])
1869
+ def show_registrations_period():
1870
+ return render_template('registrations_period.html')
1871
 
1872
 
1873