]> git.openstreetmap.org Git - osqa.git/commitdiff
Fixes OSQA 276, Sidebar link to edit my subscriptions is wrong.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 28 May 2010 17:11:54 +0000 (17:11 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 28 May 2010 17:11:54 +0000 (17:11 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@340 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/subscription_status.html

index 8979915cc9a5757bf36f777cc6c41fd06ec6ebef..6539ddd95798f2dfdaf1b8ff740866ce14aa4f58 100644 (file)
@@ -21,8 +21,9 @@
         {% endif %}\r
     </a></p>\r
     <p>\r
-        {% blocktrans with request.user.get_profile_url as profile_url %}\r
-            (you can adjust your notification settings on your <a href="{{ profile_url }}?sort=email_subscriptions">profile</a>)\r
+        {% url user_subscriptions id=request.user.id as subscriptions_url %}\r
+        {% blocktrans %}\r
+            (you can adjust your notification settings on your <a href="{{ subscriptions_url }}">profile</a>)\r
         {% endblocktrans %}\r
     </p>\r
 {% else %}\r