diff --git a/src/capport/api/views.py b/src/capport/api/views.py index 2e38224..cafad84 100644 --- a/src/capport/api/views.py +++ b/src/capport/api/views.py @@ -99,7 +99,6 @@ async def user_lookup() -> cptypes.MacPublicState: @app.route('/', methods=['GET']) async def index(missing_accept: bool=False): state = await user_lookup() - return await render_i18n_template('index_active.html', state=state, missing_accept=missing_accept) if not state.mac: return await render_i18n_template('index_unknown.html', state=state, missing_accept=missing_accept) elif state.allowed: