Fix some lingering references to #<reddit>

This commit is contained in:
Keith Mitchell
2012-02-15 11:51:22 -08:00
parent a216f5e901
commit e0e181ea6f
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
%if thing.sr_id:
<span class="correspondent reddit rounded">
<a href="${thing.subreddit.path}message/moderator/inbox.compact">
#${thing.subreddit.name}
/r/${thing.subreddit.name}
</a>
</span>
%else:

View File

@@ -50,7 +50,7 @@ function admincheck(elem) {
<div class="spacer">
<%utils:round_field title="${_('to')}",
description="${_('(username, or # followed by the reddit name)')}">
description="${_('(username, or /r/ followed by the reddit name)')}">
<input type="text" name="to" value="${thing.to or ''}"
onchange="admincheck(this)"/>
${error_field("NO_USER", "to")}