Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet views etc #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Wallet views etc #3

wants to merge 2 commits into from

Conversation

spotty-banana
Copy link
Owner

No description provided.

@spotty-banana spotty-banana added the not ready Not ready yet label Oct 31, 2022
wallets/views.py Outdated
@@ -17,7 +18,27 @@ def index(request):
'user': user
})

return render(request, 'nonlogged_index.html')
if request.method == 'POST':
authentification_form = AuthenticationForm(request=request, data=request.POST)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

authentication_form

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nonlogged_index.html also needs to be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not ready Not ready yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants