UI Style Views

View to configure the UI style of the project.

class ndr_core.admin_views.ui_style_views.ConfigureUI

The configure UI view lets you choose a UI style and a color scheme for your installation.

get(request, *args, **kwargs)

GET request for this view.

class ndr_core.admin_views.ui_style_views.UIStyleDetailView

View to show details about a UI style.

get_context_data(**kwargs)

Insert the single object into the context dict.

model

alias of NdrCoreUiStyle

template_name = 'ndr_core/admin_views/overview/configure_ui.html'
ndr_core.admin_views.ui_style_views.choose_ui_style(request, pk)

Function to select the project’s used UI style.