Skip to content

Commit 6c3c972

Browse files
committed
Black Implementation
1 parent c470cbb commit 6c3c972

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

users/views.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
from .forms import UserRegisterForm, UserUpdateForm, ProfileUpdateForm
55

66
# Create your views here.
7+
8+
79
def register(request):
810
if request.method == "POST":
911
form = UserRegisterForm(request.POST)

0 commit comments

Comments
 (0)