Help link
* adds help link
This commit is contained in:
@@ -7,6 +7,7 @@ Created on: 16.11.20
|
||||
"""
|
||||
from django.http import HttpRequest
|
||||
|
||||
from konova.settings import HELP_LINK
|
||||
from konova.sub_settings.context_settings import BASE_TITLE, WIKI_URL, BASE_FRONTEND_TITLE
|
||||
|
||||
|
||||
@@ -21,6 +22,7 @@ class BaseContext:
|
||||
"wiki_url": WIKI_URL,
|
||||
"user": None,
|
||||
"current_role": None,
|
||||
"help_link": HELP_LINK,
|
||||
}
|
||||
|
||||
def __init__(self, request: HttpRequest, additional_context: dict = {}):
|
||||
|
||||
Reference in New Issue
Block a user