mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
bugfix: removed extra space in " My Account" nav link
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
40448ccd34
commit
7ae95ac908
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{% if request.user.is_authenticated() %}
|
||||
<li>
|
||||
<a href="/account/{{ request.user.Username }}/edit">
|
||||
{% trans %} My Account{% endtrans %}
|
||||
{% trans %}My Account{% endtrans %}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Reference in a new issue