Skip to content

Commit

Permalink
Black Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowdevcode committed Jul 23, 2019
1 parent c470cbb commit 6c3c972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
from .forms import UserRegisterForm, UserUpdateForm, ProfileUpdateForm

# Create your views here.


def register(request):
if request.method == "POST":
form = UserRegisterForm(request.POST)
Expand Down

0 comments on commit 6c3c972

Please sign in to comment.