Make delete button red!
This commit is contained in:
parent
b1bed2f4ed
commit
969a503636
|
@ -24,7 +24,7 @@
|
||||||
</p>
|
</p>
|
||||||
<form method="post" action="#">
|
<form method="post" action="#">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<button type="submit" class="btn btn-primary">Delete {{ object }}</button>
|
<button type="submit" class="btn btn-danger">Delete {{ object }}</button>
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue