mirror of
https://github.com/HS-Flensburg-Klein/hausarbeit-hikmat_galan_neumann_stark_becker
synced 2025-02-22 16:33:32 +00:00
11 lines
173 B
HTML
11 lines
173 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<form class="" method="post">
|
|
{% csrf_token %}
|
|
{{ form }}
|
|
<input type="submit" value="Comment">
|
|
</form>
|
|
{% endblock %}
|