Include domain in buttonlite submission link.

This commit is contained in:
Max Goodman
2013-01-16 11:54:05 -08:00
parent ce6450841e
commit 0a0d3fe1c6

View File

@@ -30,7 +30,7 @@
<%
if thing._fullname:
path = thing.make_permalink_slow()
path = thing.make_permalink_slow(force_domain=True)
else:
path = capture(submiturl, thing.url, thing.title)
%>