mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-05 06:38:21 +00:00
More search and replace for BS changes
Thought I'd got them all. Clearly not!
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user