changes, fixes and improvements

This commit is contained in:
Herculino Trotta
2024-10-16 00:16:48 -03:00
parent d0f4dcc957
commit 07cbfefb95
40 changed files with 1008 additions and 330 deletions
@@ -5,7 +5,7 @@
{% block title %}{% translate 'Add Installment Plan' %}{% endblock %}
{% block body %}
<form hx-post="{% url 'installments_add' %}" hx-target="#generic-offcanvas" novalidate>
<form hx-post="{% url 'installment_plan_add' %}" hx-target="#generic-offcanvas" novalidate>
{% crispy form %}
</form>
{% endblock %}