feat(activities,people): Allow people to attend activities

resolve #13
This commit is contained in:
James Graham
2020-02-20 09:38:34 +00:00
parent 0d5d04902e
commit 65f46a66f1
7 changed files with 190 additions and 6 deletions

View File

@@ -234,3 +234,11 @@ CONSTANCE_CONFIG_FIELDSETS = {
}
CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend'
# Bootstrap settings
# See https://django-bootstrap4.readthedocs.io/en/latest/settings.html
BOOTSTRAP4 = {
'include_jquery': 'full',
}

View File

@@ -7,7 +7,6 @@
<html lang="{{ LANGUAGE_CODE|default:'en_us' }}">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">