mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Added address on profile
This commit is contained in:
parent
c0296b9ada
commit
61c77a7877
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user