LORDCHANNEL2.0/templates/aggiungiCommento.html

7 lines
236 B
HTML
Raw Permalink Normal View History

2021-03-13 18:36:50 +00:00
<form action="{% url 'commenta' slug=film.slug %}" class="form" method="POST">
{% csrf_token %}
{% for fields in commenta %}
{{ fields }}
{% endfor %}
<button type="submit" class="form__btn">commenta</button>
</form>