Make deletion not required, use deepcopy

This commit is contained in:
Stefan Wehrmeyer 2022-03-23 12:58:01 +01:00
parent 1497678f71
commit 0a0e162910
3 changed files with 37 additions and 25 deletions

View file

@ -29,7 +29,7 @@
{% for key, proposal in proposals.items %}
<td>
<label>
<input type="radio" name="proposal_id" class="proposal" value="{{ key }}" required>
<input type="radio" name="proposal_id" class="proposal" value="{{ key }}">
{% trans "Turn into update draft" %}
</label>
</td>