mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 07:48:16 -05:00
Don't include subreddit path in demo button urls.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
from r2.lib.template_helpers import get_domain
|
||||
%>
|
||||
|
||||
<% domain = get_domain(False) %>
|
||||
<% domain = get_domain(cname=False, subreddit=False) %>
|
||||
|
||||
<div class="instructions">
|
||||
<h1>${_("put %(site)s buttons on your site") % dict(site=c.site.name)}</h1>
|
||||
|
||||
Reference in New Issue
Block a user