Make deletion not required, use deepcopy
This commit is contained in:
parent
1497678f71
commit
0a0e162910
3 changed files with 37 additions and 25 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue