mirror of
https://github.com/ae-utbm/sith.git
synced 2025-08-06 09:09:55 +00:00
Added address on profile
This commit is contained in:
@@ -37,6 +37,11 @@
|
|||||||
{{ profile.phone }}
|
{{ profile.phone }}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if profile.address %}
|
||||||
|
<p>
|
||||||
|
{{ profile.address }}
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
{% if profile.promo %}
|
{% if profile.promo %}
|
||||||
<p><img src="{{ static('core/img/promo_%02d.png' % profile.promo) }}" alt="Promo {{ profile.promo }}" class="promo_pict" />
|
<p><img src="{{ static('core/img/promo_%02d.png' % profile.promo) }}" alt="Promo {{ profile.promo }}" class="promo_pict" />
|
||||||
|
Reference in New Issue
Block a user