refactor: rename recurring transaction transactions page

This commit is contained in:
Herculino Trotta
2024-10-18 00:05:08 -03:00
parent 79f9c3fd45
commit 3aa6f12677

View File

@@ -2,7 +2,7 @@
{% load i18n %}
{% load crispy_forms_tags %}
{% block title %}{% translate 'Installments' %}{% endblock %}
{% block title %}{% translate 'Transactions' %}{% endblock %}
{% block body %}
<div hx-get="{% url 'recurring_transaction_transactions' recurring_transaction_id=recurring_transaction.id %}" hx-trigger="updated from:window" hx-vals='{"disable_selection": true}' hx-target="closest .offcanvas" class="show-loading">