79816056

Date: 2025-11-10 21:15:52
Score: 2.5
Natty:
Report link

I am new to Django but I am rendering a Modelform and failed to make it, only the submit buttons comes but the textfields remain hidden. Any guidance here?

Here is my orderform.html file:

{% extends 'appa/main.html' %}

{% load static %}

{% block content %}


  <form action =""  method ='post'>

        {% csrf_token %}
        {{ form }}
    
        <input type = "submit" name = "Submit">
    </form>
{% endblock %}
Reasons:
  • RegEx Blacklisted phrase (1.5): I am new
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: discuss120