Removed duplicate jinja context

This commit is contained in:
krateng 2021-12-31 23:12:18 +01:00
parent 6ac86d3d19
commit b8fc3db371
2 changed files with 1 additions and 2 deletions

View File

@ -223,7 +223,6 @@ def static_html(name):
loc_context = {
"adminmode":adminmode,
"config":malojaconfig,
"apikey":request.cookies.get("apikey") if adminmode else None,
"apikeys":apikeystore,
"_urikeys":keys, #temporary!

View File

@ -4,5 +4,5 @@
{% block maincontent %}
{{ config.html() }}
{{ settings.html() }}
{% endblock %}