Skip to content

Commit

Permalink
Merge pull request #332 from rloomans/dependabot/pip/django-crispy-fo…
Browse files Browse the repository at this point in the history
…rms-2.0
  • Loading branch information
rloomans committed Apr 20, 2023
2 parents bcfedbf + ec2ddbc commit dc9c541
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dj-static==0.0.6
django-admin-csvexport==2.1
django-csp==3.7
django-csp-reports==1.8.1
crispy-bootstrap3==2022.1
django-crispy-forms==1.14.0
django-filter==23.1
djangorestframework==3.14.0
Expand Down
5 changes: 5 additions & 0 deletions teamtemp/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
'bootstrap3',
'rest_framework',
'crispy_forms',
'crispy_bootstrap3',
'cspreports',
'csvexport',
)
Expand Down Expand Up @@ -271,3 +272,7 @@

WORDCLOUD_HEIGHT = 400
WORDCLOUD_WIDTH = 400

CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap3"

CRISPY_TEMPLATE_PACK = "bootstrap3"

0 comments on commit dc9c541

Please sign in to comment.