@@ -247,7 +246,7 @@ class UpdateStudent(LoginRequiredMixin, FormValidMessageMixin, FormView):
messages.add_message(self.request,messages.WARNING,'To safeguard everyone\'s privacy, you have just one remaining room change for the semester before you\'ll need to send us an email at roomlist@lists.srct.gmu.edu.')
returnreverse('detail_student',
kwargs={'slug':self.request.user.username})
kwargs={'slug':self.request.user.username})
# majors pages
...
...
@@ -269,41 +268,39 @@ class DetailMajor(LoginRequiredMixin, DetailView):
# These configurations are set by default for a local development environment. Turning off debug mode will display 404 and 500 error pages instead of detailed logs.
# These configurations are set by default for a local development environment. Turning
# off debug mode will display 404 and 500 error pages instead of detailed logs.
# These configurations are partially set by default for a local development environment. Remember to use a strong passphrase for deployment. Use the username and password you configured creating the database while following the README. Change the database name, host, or port as necessary for deployment.
# These configurations are partially set by default for a local development environment.
# Remember to use a strong passphrase for deployment. Use the username and password you
# configured creating the database while following the README. Change the database name,