[extensions-web] errorreports: Fix a typo in the email template



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]