Change text: delete card to remove card
This commit is contained in:
parent
7f4993c3f0
commit
bf91bf3822
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div class="modal-icon"><i class="fa fa-trash" aria-hidden="true"></i></div>
|
<div class="modal-icon"><i class="fa fa-trash" aria-hidden="true"></i></div>
|
||||||
<h4 class="modal-title" id="ModalLabel">{% trans "Delete Card"%}</h4>
|
<h4 class="modal-title" id="ModalLabel">{% trans "Remove Card"%}</h4>
|
||||||
<div class="modal-text">
|
<div class="modal-text">
|
||||||
<p>{% trans "Do you want to delete this associated card?"%}</p>
|
<p>{% trans "Do you want to remove this associated card?"%}</p>
|
||||||
</div>
|
</div>
|
||||||
<form method="post" action="{% url 'hosting:delete_card' card.id %}">
|
<form method="post" action="{% url 'hosting:delete_card' card.id %}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
Loading…
Reference in a new issue