[collector templates] remove broken form from detail.html
This commit is contained in:
parent
6386d25fff
commit
90f23d1e1f
1 changed files with 0 additions and 15 deletions
|
|
@ -1,17 +1,2 @@
|
||||||
<h1>{{ teil.name }}</h1>
|
<h1>{{ teil.name }}</h1>
|
||||||
Last Changed: {{ teil.modified }}
|
Last Changed: {{ teil.modified }}
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<form action="{% url 'collector:detail' teil.id %}" method="POST">
|
|
||||||
{% csrf_token %}
|
|
||||||
<fieldset>
|
|
||||||
<legend>
|
|
||||||
<h1>{{ teil.name }}</h1>
|
|
||||||
</legend>
|
|
||||||
{% if error_message %}
|
|
||||||
<p><strong>{{ error_message }}</strong></p>
|
|
||||||
{% endif %}
|
|
||||||
</fieldset>
|
|
||||||
<input type="submit" name="submit" value="enter it!">
|
|
||||||
</form>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue