6 lines
No EOL
329 B
HTML
6 lines
No EOL
329 B
HTML
{% block 'profile-nav' %}
|
|
<div class="profile-header">
|
|
<h2>Profil de <span class="{{ user.username_decoration }}">{{ user.username }}</span></h2>
|
|
<div class="{{ user.border_avatar }}"><img src="/media/{{ user.avatar }}" style="width:150px;" alt="Avatar de {{ user.username }}"></div>
|
|
</div>
|
|
{% endblock %} |