summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-24 00:12:48 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-24 00:12:48 -0400
commit9097998565c8c6983b023fcf08b8b871d6d26d5a (patch)
tree678344693a3ad5ca5307400d7f4b93ff58988d48
parentb22025d1e489c1d08dd59a03decbbd0834491dd8 (diff)
downloadaskbot-9097998565c8c6983b023fcf08b8b871d6d26d5a.tar.gz
askbot-9097998565c8c6983b023fcf08b8b871d6d26d5a.tar.bz2
askbot-9097998565c8c6983b023fcf08b8b871d6d26d5a.zip
small change in a template
-rw-r--r--askbot/templates/email/base_mail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/email/base_mail.html b/askbot/templates/email/base_mail.html
index 2487e804..63ab1b9b 100644
--- a/askbot/templates/email/base_mail.html
+++ b/askbot/templates/email/base_mail.html
@@ -149,7 +149,7 @@
<table border="0" align="center" cellspacing="0" cellpadding="0" width=95%>
<tr>
<td valign="top">
- <h1>{%block headline%}{%endblock%}</h1>
+ <h1>{% block headline %}{% endblock %}</h1>
</td>
</tr>
<tr>