From 2b9d0cfb5ccb4c73304363c771b187dffaca3c72 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 24 Oct 2013 16:52:58 +0200 Subject: [PATCH] Notification should not say you can edit Change notification message to point to the details URL rather than the edit URL (which may no longer be authorized). Change-Id: I161040a5d2d1bb91b2777d95784ddad652c6691d --- cfp/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfp/views.py b/cfp/views.py index 8bd7e76..7cbad8b 100644 --- a/cfp/views.py +++ b/cfp/views.py @@ -175,7 +175,7 @@ The topic lead (%s) changed status from %s to %s. Reviewer's notes: %s -You can edit your proposal at: %s/cfp/edit/%s""" \ +You can access your proposal at: %s/cfp/details/%s""" \ % (proposal.topic.lead_username, smart_str(proposal.title), proposal.topic.lead_username,