separating html into base and unique url files

This commit is contained in:
Yisroel Baum 2024-10-07 15:25:59 +03:00
parent e3e166e51e
commit 4b9483f333
5 changed files with 17 additions and 13 deletions

View file

@ -41,4 +41,5 @@
</div>
</div>
</main>
<script src="{{url_for('.static', filename='budget_categories.js')}}"></script>
{% endblock content %}