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