templates/user/my_profile.html
changeset 219 f04a1ec7a07f
parent 209 f34052de27f5
equal deleted inserted replaced
218:59107ce0a618 219:f04a1ec7a07f
    28         <br><h4>Nick Name</h4><hr>{{ profile.nick }}
    28         <br><h4>Nick Name</h4><hr>{{ profile.nick }}
    29     {% endif %}
    29     {% endif %}
    30     {% if profile.dob %}
    30     {% if profile.dob %}
    31         <br><h4>Date of Birth</h4><hr>{{ profile.dob }}
    31         <br><h4>Date of Birth</h4><hr>{{ profile.dob }}
    32     {% endif %}
    32     {% endif %}
    33     {% if profile.credits %}
    33     {% if profile.pynts %}
    34         <br><h4>Credits</h4><hr>{{ profile.credits }}
    34         <br><h4>Pynts</h4><hr>{{ profile.pynts }}
    35     {% endif %}
    35     {% endif %}
    36     {% if profile.foss_comm %}
    36     {% if profile.foss_comm %}
    37         <br><h4>Foss Community</h4><hr>{{ profile.foss_comm }}
    37         <br><h4>Foss Community</h4><hr>{{ profile.foss_comm }}
    38     {% endif %}
    38     {% endif %}
    39     {% if privilege or edit_profile %}
    39     {% if privilege or edit_profile %}