refactor: rename transfer form page

This commit is contained in:
Herculino Trotta
2024-09-27 17:53:50 -03:00
parent b1c776656d
commit e03c43a7f3

View File

@@ -2,7 +2,7 @@
{% load i18n %}
{% load crispy_forms_tags %}
{% block title %}{% translate 'Adding transaction' %}{% endblock %}
{% block title %}{% translate 'New transfer' %}{% endblock %}
{% block body %}
<form hx-post="{% url 'transactions_transfer' %}" hx-target="#generic-offcanvas" novalidate>