Update meta files and rebuild.

This commit is contained in:
James Cole
2021-10-02 16:58:33 +02:00
parent 68ad6b9913
commit b894bffad9
28 changed files with 364 additions and 275 deletions

View File

@@ -6,6 +6,17 @@
<div id="bills"></div>
{% endblock %}
{% block control %}
<div>
<div class="p-3 control-sidebar-content">
<h5>{{ 'date_range'|_ }}</h5>
<hr class="mb-2">
<div id="calendar"></div>
</div>
</div>
{% endblock %}
{% block scripts %}
<script src="v2/js/bills/index.js?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}"></script>
{% endblock %}