diff options
Diffstat (limited to 'templates/user/my_profile.html')
-rw-r--r-- | templates/user/my_profile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/my_profile.html b/templates/user/my_profile.html index cb3db1f..4f7e389 100644 --- a/templates/user/my_profile.html +++ b/templates/user/my_profile.html @@ -30,8 +30,8 @@ {% if profile.dob %} <br><h4>Date of Birth</h4><hr>{{ profile.dob }} {% endif %} - {% if profile.credits %} - <br><h4>Credits</h4><hr>{{ profile.credits }} + {% if profile.pynts %} + <br><h4>Pynts</h4><hr>{{ profile.pynts }} {% endif %} {% if profile.foss_comm %} <br><h4>Foss Community</h4><hr>{{ profile.foss_comm }} |