[extensions-web] errorreports: Fix a typo in the email template
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] errorreports: Fix a typo in the email template
- Date: Sat, 3 Dec 2011 17:36:56 +0000 (UTC)
commit 6df8c680b84e9175d89daebe8e55583e66ad4f41
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Sat Dec 3 12:36:48 2011 -0500
errorreports: Fix a typo in the email template
This was making the contact information always unavailable.
.../templates/errorreports/report_mail.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/errorreports/templates/errorreports/report_mail.txt b/sweettooth/errorreports/templates/errorreports/report_mail.txt
index 0f700ad..a9fd39f 100644
--- a/sweettooth/errorreports/templates/errorreports/report_mail.txt
+++ b/sweettooth/errorreports/templates/errorreports/report_mail.txt
@@ -2,7 +2,7 @@ Your extension, "{{ extension.name }}" has received an error report from {{ repo
{{ report.comment }}
-{% if report.can_cantact %}
+{% if report.can_contact %}
Please email the reporter back to respond. The user's address is:
{{ report.user.email }}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]