mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 10:27:07 +00:00
9 lines
276 B
HTML
9 lines
276 B
HTML
|
{% extends "base.html" %}
|
||
|
{% load static %}
|
||
|
{% load i18n %}
|
||
|
{% load crispy_forms_tags pretty_money %}
|
||
|
{% block content %}
|
||
|
<p><a class="btn btn-default" href="{% url 'treasury:remittance_list' %}">{% trans "Remittances list" %}</a></p>
|
||
|
{% crispy form %}
|
||
|
{% endblock %}
|