Added the missing Material Floating Action Button to add a new currency for the mobile devices to the currency list.
This commit is contained in:
parent
f82278b48a
commit
2d3b9f68b8
@ -43,6 +43,14 @@ First written: 2023/2/6
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% if can_edit_accounting() %}
|
||||||
|
<div class="d-md-none material-fab">
|
||||||
|
<a class="btn btn-primary" href="{{ url_for("accounting.currency.create")|append_next }}">
|
||||||
|
<i class="fa-solid fa-plus"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if list %}
|
{% if list %}
|
||||||
{% include "accounting/include/pagination.html" %}
|
{% include "accounting/include/pagination.html" %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user