Skip to content

Commit 13b46e8

Browse files
committed
Added template missing from last commit. Commit ready for merge.
- Legacy-Id: 10841
1 parent 4ed83dd commit 13b46e8

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{% extends "group/group_base.html" %}
2+
{# Copyright The IETF Trust 2016, All Rights Reserved #}
3+
{% load origin %}
4+
5+
{% block title %}Archives{% if group %} for {{group.acronym}}{% endif %}{% endblock %}
6+
7+
{% block group_content %}
8+
{% origin %}
9+
10+
{% if list_acronym %}
11+
12+
<div class="row">
13+
<span class="col-xs-2 col-md-1"><strong>Mailarchive</strong></span><span class="col-xs-8 col-md-8"><a href="{{group.list_archive}}">{{group.list_archive}}</a></span>
14+
</div>
15+
16+
<div class="row">
17+
<span class="col-xs-2 col-md-1"><strong>Mhonarc</strong></span><span class="col-xs-8 col-md-8"><a href="https://www.ietf.org/mail-archive/web/{{list_acronym}}/current/maillist.html">https://www.ietf.org/mail-archive/web/{{list_acronym}}/current/maillist.html</a></span>
18+
</div>
19+
20+
{% else %}
21+
<div class="row">
22+
<strong class="col-xs-2 col-md-1">Archive</strong><span class="col-xs-8 col-md-8"><a href="{{group.list_archive}}">{{group.list_archive}}</a></span>
23+
</div>
24+
{% endif %}
25+
26+
{% endblock %}

0 commit comments

Comments
 (0)