Remove deletion part, cleanup

This commit is contained in:
Stefan Wehrmeyer 2022-03-23 12:41:55 +01:00
parent 3fc259850d
commit 1497678f71
3 changed files with 0 additions and 59 deletions

View file

@ -15,19 +15,5 @@
<div class="submit-row">
<input type="submit" value="{% trans 'Create update draft' %}" style="float:left"/>
</div>
<div class="card border-danger mt-3">
<div class="card-body">
<h3>{% trans "Delete proposal" %}</h3>
<p><label for="delete_reason">
{% trans "Please give a reason for not accepting this proposal. It will be send to the user who made the proposal." %}
</label>
<p>
<p><textarea id="delete_reason" class="form-control" name="delete_reason" placeholder="{% trans 'We could not accept this update because...' %}"></textarea></p>
<p><button class="mt-2 btn btn-danger float-right" type="submit" name="delete" value="1">
{% trans "Delete proposed update" %}
</button></p>
</div>
</div>
</form>
{% endblock %}