summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-07 18:46:38 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-07 18:46:38 -0400
commitaa8c379c31d251b0882213d34fbeb387d6ffa473 (patch)
tree2376c2a0a29cff67952bd27f7579862fe7d1b3a0 /templates
parent7f1dc63a190e3a7c86a349a593c2d535460cfcfc (diff)
downloadaskbot-aa8c379c31d251b0882213d34fbeb387d6ffa473.tar.gz
askbot-aa8c379c31d251b0882213d34fbeb387d6ffa473.tar.bz2
askbot-aa8c379c31d251b0882213d34fbeb387d6ffa473.zip
added spanish mods by Adolfo, fix in email notification and minor template change, removed site-specific staff from english .po file
Diffstat (limited to 'templates')
-rw-r--r--templates/reopen.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/reopen.html b/templates/reopen.html
index 7ab59421..37fb69c1 100644
--- a/templates/reopen.html
+++ b/templates/reopen.html
@@ -1,5 +1,5 @@
-<!-- reopen.html -->
{% extends "base_content.html" %}
+<!-- reopen.html -->
{% load extra_tags %}
{% load i18n %}
{% load humanize %}
@@ -34,7 +34,4 @@
</form>
</div>
{% endblock %}
-
-
-
<!-- end reopen.html -->