Added address on profile

This commit is contained in:
Antoine Bartuccio 2016-09-07 02:07:01 +02:00
parent c0296b9ada
commit 61c77a7877

View File

@ -37,6 +37,11 @@
{{ profile.phone }}
</p>
{% endif %}
{% if profile.address %}
<p>
{{ profile.address }}
</p>
{% endif %}
</p>
{% if profile.promo %}
<p><img src="{{ static('core/img/promo_%02d.png' % profile.promo) }}" alt="Promo {{ profile.promo }}" class="promo_pict" />