More search and replace for BS changes

Thought I'd got them all. Clearly not!
This commit is contained in:
2020-10-17 18:11:42 +01:00
parent 848e8c8ccd
commit 4bb1c0a2a4
20 changed files with 55 additions and 67 deletions

View File

@@ -20,7 +20,7 @@
"
href="{% url 'event_authorise_request' object.pk %}">
<i class="fas fa-paper-plane"></i>
<span class="hidden-xs">
<span class="d-none d-sm-inline">
{% if event.authorised %}
Authorised
{% elif event.authorisation and event.authorisation.amount != event.total and event.authorisation.last_edited_at > event.auth_request_at %}
@@ -45,7 +45,7 @@
{% endif %}
" title="Invoice Rig"><span
class="fas fa-pound-sign"></span>
<span class="hidden-xs">Invoice</span></a>
<span class="d-none d-sm-inline">Invoice</span></a>
{% endif %}
{% endif %}
</div>