mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Removed duplicate jinja context
This commit is contained in:
parent
6ac86d3d19
commit
b8fc3db371
@ -223,7 +223,6 @@ def static_html(name):
|
|||||||
|
|
||||||
loc_context = {
|
loc_context = {
|
||||||
"adminmode":adminmode,
|
"adminmode":adminmode,
|
||||||
"config":malojaconfig,
|
|
||||||
"apikey":request.cookies.get("apikey") if adminmode else None,
|
"apikey":request.cookies.get("apikey") if adminmode else None,
|
||||||
"apikeys":apikeystore,
|
"apikeys":apikeystore,
|
||||||
"_urikeys":keys, #temporary!
|
"_urikeys":keys, #temporary!
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
|
|
||||||
{% block maincontent %}
|
{% block maincontent %}
|
||||||
{{ config.html() }}
|
{{ settings.html() }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user