I have to insert 2 forms in the same page:
1) Registration form
2) Login form
.
So if I use this in the views.py:
if requ
just Give different names to the buttons.
if request.method == "POST" and 'edit' in request.POST: / Do / if request.method == "POST" and 'delete' in request.POST: /Do /