diff --git a/frontend.py b/frontend.py index 1155f94..f5445e5 100755 --- a/frontend.py +++ b/frontend.py @@ -77,7 +77,7 @@ def login_post(): @get('/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