Skip to content

Commit

Permalink
finalizadno merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bolzanMGB committed Nov 24, 2024
2 parents fe9f46d + 5f3b2f4 commit 11d4cc4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Binary file removed mamutes/Users/__pycache__/forms.cpython-312.pyc
Binary file not shown.
Binary file removed mamutes/Users/__pycache__/views.cpython-312.pyc
Binary file not shown.
3 changes: 1 addition & 2 deletions mamutes/Users/templates/login.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<div>
<h1> um dois tres teste obaaaaaa
</h1>
<h1>teste 123</h1>
</div>
3 changes: 1 addition & 2 deletions mamutes/Users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

def login (request):
if request.method == 'GET':
return render(request, 'login.html')

return render (request, '/login.html')
else:
username = request.POST.get('username')
senha = request.POST.get('senha')
Expand Down

0 comments on commit 11d4cc4

Please sign in to comment.