Bug fixes error checking

This commit is contained in:
Raynaldo Rivera
2014-10-12 10:53:54 -07:00
parent 8ce453c6b6
commit 534eb460e1
76 changed files with 13914 additions and 21 deletions

View File

@@ -2,7 +2,6 @@ from django.contrib.auth.models import User
from django.http import HttpResponseRedirect
from django.shortcuts import render_to_response
from django.template import RequestContext
from forms import RegistrationForm