Merge branch 'master' into develop

This commit is contained in:
Levi 2017-06-13 14:07:52 -05:00
commit 9333532662
5 changed files with 334 additions and 4 deletions

View file

@ -236,7 +236,7 @@ class BetaProgramView(CreateView):
class IndexView(CreateView):
template_name = "datacenterlight/home.html"
template_name = "datacenterlight/index.html"
model = BetaAccess
form_class = BetaAccessForm
success_url = "/datacenterlight#requestform"