Move transfer type selector in credit/debit mode
This commit is contained in:
parent
e74f92cf8d
commit
5642c268e9
6 changed files with 166 additions and 114 deletions
|
|
@ -16,6 +16,9 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
<a href="{% url "note:transfer" %}#credit" class="btn btn-sm btn-outline-primary">
|
||||
{% trans "Credit" %}
|
||||
</a>
|
||||
<a href="{% url "note:transfer" %}#debit" class="btn btn-sm btn-outline-primary">
|
||||
{% trans "Debit" %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% for a in activities_open %}
|
||||
<a href="{% url "activity:activity_entry" pk=a.pk %}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue