From fb41261f6add8ee7cc5a3c2e256491f4d65706e9 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 26 Apr 2013 18:34:04 -0400 Subject: added missing import to template --- askbot/templates/email/notify_author_about_approved_post.html | 1 + 1 file changed, 1 insertion(+) diff --git a/askbot/templates/email/notify_author_about_approved_post.html b/askbot/templates/email/notify_author_about_approved_post.html index 24601775..6007f06e 100644 --- a/askbot/templates/email/notify_author_about_approved_post.html +++ b/askbot/templates/email/notify_author_about_approved_post.html @@ -1,4 +1,5 @@ {% extends "email/base_mail.html"%} +{% import "email/macros.html" as macros %} {# parameters: -- cgit v1.2.3-1-g7c22