From 89406e71d9541396a48370d48e40f5e6c1e4a357 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 14 Nov 2013 18:21:20 +0100 Subject: Move error templates in their own directory --- hyperkitty/templates/errors/private.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 hyperkitty/templates/errors/private.html (limited to 'hyperkitty/templates/errors/private.html') diff --git a/hyperkitty/templates/errors/private.html b/hyperkitty/templates/errors/private.html new file mode 100644 index 0000000..07cb5cf --- /dev/null +++ b/hyperkitty/templates/errors/private.html @@ -0,0 +1,27 @@ +{% extends "base.html" %} +{% load url from future %} +{% load gravatar %} +{% load hk_generic %} +{% load storm %} + + +{% block title %} +Error: private list - {{ mlist.display_name|default:mlist.name|escapeemail }} - {{ app_name|title }} +{% endblock %} + +{% block content %} + +
+ +
+
+ +
+

+ This mailing-list is private, you must be subscribed to view the archives. +

+
+ +
+ +{% endblock %} -- cgit