add list of services on main page
This commit is contained in:
parent
789762dd51
commit
471a49a80f
7 changed files with 64 additions and 6 deletions
|
@ -76,7 +76,10 @@ def index() -> ResponseReturnValue:
|
|||
next_url = session['next_url']
|
||||
del session['next_url']
|
||||
return redirect(next_url)
|
||||
return render_template('frontend/index.html.j2')
|
||||
return render_template(
|
||||
'frontend/index.html.j2',
|
||||
lenticular_services=lenticular_services,
|
||||
)
|
||||
|
||||
|
||||
@frontend_views.route('/client_cert')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue