templates/user/my_profile.html
changeset 219 f04a1ec7a07f
parent 209 f34052de27f5
--- a/templates/user/my_profile.html	Wed Jan 05 22:22:10 2011 +0530
+++ b/templates/user/my_profile.html	Wed Jan 05 22:30:45 2011 +0530
@@ -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 }}