Design_form_fürs_Bearbeiten
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Formular</h1>
|
<h1>Formular</h1>
|
||||||
<h2>{{ form.name.value }}</h2>
|
<h2>{{ form.name.value }}</h2>
|
||||||
<div class="input-group">
|
<div class="input-group border-blue-600 border-2 rounded-xl shadow-md">
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form.as_p }}
|
{{ form.as_p }}
|
||||||
|
|||||||
Reference in New Issue
Block a user