Continuing work on new bootstrap4 interface

This commit is contained in:
Garret Wassermann
2018-09-02 23:27:39 -04:00
parent b610a5f492
commit f123d78184
15 changed files with 74 additions and 23 deletions

View File

@ -38,7 +38,7 @@ INSTALLED_APPS = [
'django.contrib.sites',
'django.contrib.humanize',
'markdown_deux',
'bootstrapform',
'bootstrap4form',
'helpdesk'
]