mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add identicon alt text translation #19
This commit is contained in:
parent
af72fa14c4
commit
0aa38c16dd
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{% block title %}{{ 'User'|trans }} #{{ user.id }} - {{ name }}{% endblock %}
|
||||
{% block main_content %}
|
||||
<div class="text-center">
|
||||
<img class="border-radius-50 border-default border-width-2-px" src="{{ user.identicon }}" alt="identicon" />
|
||||
<img class="border-radius-50 border-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
||||
</div>
|
||||
<h2>{{ 'Profile'|trans }}</h2>
|
||||
<table class="width-100">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue