fixing file not found 500 error
This commit is contained in:
parent
6996cbfc09
commit
01b3657c8e
|
@ -77,7 +77,7 @@ def login_post():
|
|||
|
||||
|
||||
@get('/city/<city>')
|
||||
@view('/template/user-facing.tpl')
|
||||
@view('template/user-facing.tpl')
|
||||
def city_page(city):
|
||||
# :todo how can we transfer the city name to the wrapper template?
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue