Create, view and update remittances
This commit is contained in:
parent
3551568de5
commit
5fd472d408
9 changed files with 94 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{% load i18n %}
|
||||
{% load crispy_forms_tags pretty_money %}
|
||||
{% block content %}
|
||||
<p><a class="btn btn-default" href="{% url 'treasury:invoice' %}">{% trans "Invoices list" %}</a></p>
|
||||
<p><a class="btn btn-default" href="{% url 'treasury:invoice_list' %}">{% trans "Invoices list" %}</a></p>
|
||||
<form method="post" action="">
|
||||
{% csrf_token %}
|
||||
{% crispy form %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue