From b22025d1e489c1d08dd59a03decbbd0834491dd8 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 24 Apr 2013 00:04:05 -0400 Subject: fixed typo in a template --- .../templates/email/insufficient_rep_to_post_by_email.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/askbot/templates/email/insufficient_rep_to_post_by_email.html b/askbot/templates/email/insufficient_rep_to_post_by_email.html index a7e88b3b..df7f797a 100644 --- a/askbot/templates/email/insufficient_rep_to_post_by_email.html +++ b/askbot/templates/email/insufficient_rep_to_post_by_email.html @@ -1,4 +1,4 @@ -{% extends "email/base_mail.html"%} +{% extends "email/base_mail.html" %} {% import "email/macros.html" as macros %} {# parameters: * min_upvotes @@ -6,15 +6,15 @@ * site_name - for the footer * site_link - html for the link #} -{%block headline%} +{% block headline %} {% trans user=username|escape %}{{ username }}, your question could not be posted by email just yet.{% endtrans %} {%endblock%} -{%block content%} +{% block content %}

{% trans %}To make posts by email, you need to receive about {{min_upvotes}} upvotes.{% endtrans %}
{% trans link=site_link|safe %}At this time, please post your question at {{link}}{% endtrans %}

-{%endblock%} -{%block footer} +{% endblock %} +{% block footer %} {% include "email/footer.html" %} -{%endblock%} +{% endblock %} -- cgit v1.2.3-1-g7c22