Compare commits
2 commits
63258147ee
...
a6e84fbc13
Author | SHA1 | Date | |
---|---|---|---|
a6e84fbc13 | |||
7369b36ab1 |
2 changed files with 4 additions and 6 deletions
|
@ -57,6 +57,9 @@
|
||||||
{{ "search"|remix }}
|
{{ "search"|remix }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
{% blocktranslate %}Logged in as <strong>{{ user }}</strong>{% endblocktranslate %}
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{% url "logout" %}" accesskey="l">
|
<a href="{% url "logout" %}" accesskey="l">
|
||||||
<span>{% translate "Log out" %}</span>
|
<span>{% translate "Log out" %}</span>
|
||||||
|
@ -70,11 +73,6 @@
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
{% if user.is_authenticated %}
|
|
||||||
<p>
|
|
||||||
{% blocktranslate %}Logged in as <strong>{{ user }}</strong>{% endblocktranslate %}
|
|
||||||
</p>
|
|
||||||
{% endif %}
|
|
||||||
</nav>
|
</nav>
|
||||||
{% endspaceless %}
|
{% endspaceless %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
{% if account or category %}
|
{% if account or category %}
|
||||||
<p class="back">
|
<p class="back">
|
||||||
<a class="big-link" href="{% url "transaction_year" year.year %}">{% translate "Back" %}{{ "arrow-go-back"|remix }}</a>
|
<a href="{% url "transaction_year" year.year %}">{% translate "Back" %}{{ "arrow-go-back"|remix }}</a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue