]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/base_text.html
be able to have user links without ids in the url, wrapped in a setting of the URL...
[osqa.git] / forum / skins / default / templates / notifications / base_text.html
index ec8714ee481d504af1b5e0788c1991febfcbeba0..ed2ebdf70daf10953de39f4866de37d37a982621 100644 (file)
@@ -11,7 +11,7 @@
 
 {% if not exclude_finetune %}
 {% trans "P.S. You can always fine-tune which notifications you receive here:" %}
-{{ settings.APP_URL }}{% url user_subscriptions id=recipient.id,slug=recipient.username|slugify %}
+{{ settings.APP_URL }}{{ recipient.get_user_subscriptions_url }}
 {% endif %}
 
 {{ settings.EMAIL_FOOTER_TEXT }}
\ No newline at end of file