Create, view and update remittances
This commit is contained in:
parent
3551568de5
commit
5fd472d408
9 changed files with 94 additions and 12 deletions
10
templates/treasury/remittance_list.html
Normal file
10
templates/treasury/remittance_list.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{% extends "base.html" %}
|
||||
{% load render_table from django_tables2 %}
|
||||
{% load i18n %}
|
||||
{% block content %}
|
||||
|
||||
{% render_table table %}
|
||||
|
||||
<a class="btn btn-primary" href="{% url 'treasury:remittance_create' %}">{% trans "New remittance" %}</a>
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue