Html – Authenticate user login to form and makes only 10 forms in django
The problem is that, I want that the authenticated users login into the form. And They can make only 10 forms after the 10 forms message is displayed. I have tried but the message is not displayed. VIEWS.PY def create_form(request):…