skip to Main Content

Why is the "<from action" is not directing to the correct link using Django on the base.hml file – Nginx

Here is my base.html <div class="container"> <div class="center"> <form action='simple_test'> <button id="simple_test" class="button-3d"> Generate</button> </form> </div> </div> Here is my view.py from django.http import HttpResponse from django.shortcuts import render from datetime import datetime from django.template import loader from django.core.files import…

VIEW QUESTION
Back To Top
Search