From 13b46e80ca2b6f6257ad1959a966151bfc127ed8 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Mon, 15 Feb 2016 20:20:30 +0000 Subject: [PATCH] Added template missing from last commit. Commit ready for merge. - Legacy-Id: 10841 --- ietf/templates/group/derived_archives.html | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ietf/templates/group/derived_archives.html diff --git a/ietf/templates/group/derived_archives.html b/ietf/templates/group/derived_archives.html new file mode 100644 index 000000000..75a5998eb --- /dev/null +++ b/ietf/templates/group/derived_archives.html @@ -0,0 +1,26 @@ +{% extends "group/group_base.html" %} +{# Copyright The IETF Trust 2016, All Rights Reserved #} +{% load origin %} + +{% block title %}Archives{% if group %} for {{group.acronym}}{% endif %}{% endblock %} + +{% block group_content %} +{% origin %} + +{% if list_acronym %} + +
+Mailarchive{{group.list_archive}} +
+ +
+Mhonarchttps://www.ietf.org/mail-archive/web/{{list_acronym}}/current/maillist.html +
+ +{% else %} +
+Archive{{group.list_archive}} +
+{% endif %} + +{% endblock %}