From e0e181ea6fb8cdb0df5cdf2431b4c44d186898a5 Mon Sep 17 00:00:00 2001 From: Keith Mitchell Date: Wed, 15 Feb 2012 11:51:22 -0800 Subject: [PATCH] Fix some lingering references to # --- r2/r2/templates/message.compact | 2 +- r2/r2/templates/messagecompose.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/r2/r2/templates/message.compact b/r2/r2/templates/message.compact index a72e2b007..5d0e22a3a 100644 --- a/r2/r2/templates/message.compact +++ b/r2/r2/templates/message.compact @@ -34,7 +34,7 @@ %if thing.sr_id: - #${thing.subreddit.name} + /r/${thing.subreddit.name} %else: diff --git a/r2/r2/templates/messagecompose.html b/r2/r2/templates/messagecompose.html index 3b0a22548..efeaafd48 100644 --- a/r2/r2/templates/messagecompose.html +++ b/r2/r2/templates/messagecompose.html @@ -50,7 +50,7 @@ function admincheck(elem) {
<%utils:round_field title="${_('to')}", - description="${_('(username, or # followed by the reddit name)')}"> + description="${_('(username, or /r/ followed by the reddit name)')}"> ${error_field("NO_USER", "to")}