fixing file not found 500 error

master
b3yond 2018-04-26 22:23:58 +02:00
parent 091372bf2b
commit db161ad71b
1 changed files with 1 additions and 1 deletions

View File

@ -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