hausarbeit-hikmat_galan_neu.../mensaviewer/templates/comment.html

11 lines
173 B
HTML
Raw Permalink Normal View History

2023-01-05 02:32:57 +00:00
{% extends 'base.html' %}
{% block content %}
<form class="" method="post">
{% csrf_token %}
{{ form }}
<input type="submit" value="Comment">
</form>
{% endblock %}