Fix back link in transation form (fix #12)
This commit is contained in:
parent
fe95222474
commit
ee043d3956
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@
|
|||
{% translate "New transaction" %}
|
||||
{% endblock %}
|
||||
{% block pre %}
|
||||
{% if snapshot %}
|
||||
{% if statement %}
|
||||
<p>
|
||||
<a href="{{ snapshot.get_absolute_url }}">{{ snapshot }}</a>
|
||||
<a href="{{ statement.get_absolute_url }}">{{ statement }}</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue