Fixing type in install.rst

pinax.inviations -> pinax.invitations

Small typo fixed
This commit is contained in:
Devon Findlay 2020-05-07 20:17:16 +01:00 committed by GitHub
parent 3ab599d141
commit eb38c7dee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ errors with trying to create User settings.
'django.contrib.humanize', # Required for elapsed time formatting
'bootstrap4form', # Required for nicer formatting of forms with the default templates
'account', # Required by pinax-teams
'pinax.inviations', # required by pinax-teams
'pinax.invitations', # required by pinax-teams
'pinax.teams', # team support
'helpdesk', # This is us!
'reversion', # required by pinax-teams