mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update views.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{{ Breadcrumbs.render }}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div id="accounts"></div>
|
||||
<div id="accounts_show"></div>
|
||||
{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
@@ -11,5 +11,5 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
<script src="v2/js/accounts.js" nonce="{{ JS_NONCE }}"></script>
|
||||
<script src="v2/js/accounts/show.js" nonce="{{ JS_NONCE }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user