0.2.1 feedback_form
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user