summaryrefslogtreecommitdiffstats
path: root/askbot/templates/email/notify_moderator.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/email/notify_moderator.html')
-rw-r--r--askbot/templates/email/notify_moderator.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/askbot/templates/email/notify_moderator.html b/askbot/templates/email/notify_moderator.html
new file mode 100644
index 00000000..d4ea3e02
--- /dev/null
+++ b/askbot/templates/email/notify_moderator.html
@@ -0,0 +1,7 @@
+{% extends "email/base_mail.html" %}
+{% block content %}
+ {% trans mod_url='moderation_queue'|url(), site=settings.APP_SHORT_NAME -%}
+ There are new items in the {{ site }} moderation queue, <a href="{{ mod_url }}">please have a look</a>
+ {%- endtrans %}
+{% endblock %}
+{% block footer %}{% include "email/footer.html" %}{% endblock %}