First Commit
This commit is contained in:
commit
ce0758fbbb
496 changed files with 52062 additions and 0 deletions
6
templates/components/profile_nav.html
Normal file
6
templates/components/profile_nav.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{% 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue