pytask/templates/profile/browse_notifications.html
changeset 417 b37e541bf950
parent 307 c6bca38c1cbf
child 435 1217d808d70f
--- a/pytask/templates/profile/browse_notifications.html	Sat Jan 15 21:21:19 2011 +0530
+++ b/pytask/templates/profile/browse_notifications.html	Sat Jan 15 21:21:49 2011 +0530
@@ -5,7 +5,7 @@
 {% else %}
 Notifications: <br />
 {% for notification in notifications %}
-<a href="/profile/notf/view/nid={{notification.uniq_key}}">
+<a href="{% url view_notification notification.id %}">
 {% if not notification.is_read %} <b> {% endif %}
 {{notification.subject}}
 {% if not notification.is_read %} </b> {% endif %}</a><br />