Replace label- with badge- for bootstrap4
This commit is contained in:
parent
8fc1172887
commit
df13617f8f
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@
|
|||
<label class="list-label col-md-2">Withdrawn</label>
|
||||
<div class="col-md-10">
|
||||
{% if proposal.cancelled %}
|
||||
<p class="label-danger">WITHDRAWN</p>
|
||||
<p class="badge-danger">WITHDRAWN</p>
|
||||
{% else %}
|
||||
<p class="label-success">Not withdrawn</p>
|
||||
<p class="badge-success">Not withdrawn</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue