From 94e17c0631d7014e0306bfdd079be6da3fd7de26 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 16 Jan 2012 23:17:48 -0500 Subject: [PATCH] up --- snipt/snipts/templates/snipts/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipt/snipts/templates/snipts/detail.html b/snipt/snipts/templates/snipts/detail.html index 868c220..ea0f289 100644 --- a/snipt/snipts/templates/snipts/detail.html +++ b/snipt/snipts/templates/snipts/detail.html @@ -21,7 +21,7 @@ {% if debug %} var disqus_developer = 1; {% endif %} - var disqus_url = ('https:' == document.location.protocol ? 'https' : 'http') + '://snipt.net{{ request.path }}'; + var disqus_url = ('https:' == document.location.protocol ? 'https' : 'http') + '://snipt.net{{ snipt.get_absolute_url }}'; var disqus_title = '{{ snipt.title }}'; var disqus_identifier = {{ snipt.id }};