mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 23:19:40 +00:00
bootstrap 4.5 & Bootswatch Themes
This commit is contained in:
@@ -22,7 +22,7 @@ def view_active(request, view_name):
|
||||
def class_active(request, pattern):
|
||||
if re.search(pattern, request.path):
|
||||
# Not sure why 'class="active"' returns class=""active""
|
||||
return 'class=active'
|
||||
return 'active'
|
||||
return ''
|
||||
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ INSTALLED_APPS = [
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'bootstrap3',
|
||||
'bootstrap4',
|
||||
'fa',
|
||||
'accounts',
|
||||
'admin',
|
||||
@@ -132,6 +132,9 @@ LOGGING = {
|
||||
# WebVirtCloud settings
|
||||
#
|
||||
|
||||
# SCSS Directory
|
||||
SCSS_DIR = "dev/scss"
|
||||
|
||||
# Websock port
|
||||
WS_PORT = 6080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user