mirror of
https://github.com/HS-Flensburg-Klein/hausarbeit-hikmat_galan_neumann_stark_becker
synced 2025-02-22 22:53:32 +00:00
12 lines
186 B
HTML
12 lines
186 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<form class="" method="post">
|
|
{% csrf_token %}
|
|
{{ form }}
|
|
<button type="submit" name="button">Save</button>
|
|
</form>
|
|
|
|
{% endblock %}
|