[collector templates] remove broken form from detail.html

This commit is contained in:
bronsen 2025-03-13 19:17:09 +01:00
parent 6386d25fff
commit 90f23d1e1f

View file

@ -1,17 +1,2 @@
<h1>{{ teil.name }}</h1>
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>