Merge branch 'master' into search

# Conflicts:
#	RIGS/templates/RIGS/index.html
This commit is contained in:
2020-02-29 11:47:35 +00:00
19 changed files with 194 additions and 28 deletions

View File

@@ -41,7 +41,7 @@ def login(request, **kwargs):
else:
from django.contrib.auth.views import login
return login(request)
return login(request, authentication_form=forms.CheckApprovedForm)
class SearchHelp(generic.TemplateView):