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" %}
|
{% translate "New transaction" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block pre %}
|
{% block pre %}
|
||||||
{% if snapshot %}
|
{% if statement %}
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ snapshot.get_absolute_url }}">{{ snapshot }}</a>
|
<a href="{{ statement.get_absolute_url }}">{{ statement }}</a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue