0.2.1 feedback_form

This commit is contained in:
SDE
2023-12-09 16:19:35 +03:00
parent 17f98ed96b
commit 7063319fcb
5 changed files with 232 additions and 94 deletions

View File

@@ -9,9 +9,13 @@ def get_inter_Dict(user):
from ServicesApp.funcs import get_sections
sections = get_sections()
theme = get_admin_interface_theme()
from .forms import FeedbackForm
Dict.update({
'sections': sections,
'logo': theme.logo.url
'logo': theme.logo.url,
'feedback_form': FeedbackForm(),
})
# from SubscribesApp.funcs import get_cur_user_subscribe
# user_subscribe = get_cur_user_subscribe(user)