Skip to content

Commit f75100b

Browse files
committed
Add link to charter pages from the milestones editing page (besides
the cancel button), fixes ietf-tools#1044. - Legacy-Id: 5796
1 parent f2b4906 commit f75100b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

ietf/templates/wginfo/edit_milestones.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ <h1>{{ title }}</h1>
4141

4242
<noscript>This page depends on Javascript being enabled to work properly.</noscript>
4343

44+
<p>Links:
45+
<a href="{% url wg_charter acronym=group.acronym %}">{{ group.acronym }} {{ group.type.name }}</a>
46+
- <a href="{% url doc_view name=group.charter.canonical_name %}">{{ group.charter.canonical_name }}</a>
47+
</p>
48+
49+
4450
<p class="help">{% if forms %}Click a milestone to edit it.{% endif %}
4551

4652
{% if needs_review %}
@@ -53,7 +59,7 @@ <h1>{{ title }}</h1>
5359
{% if can_reset %}
5460
<p>
5561
You can <a href="{% url wg_reset_charter_milestones acronym=group.acronym %}">reset
56-
this list</a> to the currently in-use milestones for the {{ group.acronym }} {{ group.type.name }}.
62+
this list</a> to the milestones currently in use for the {{ group.acronym }} {{ group.type.name }}.
5763
</p>
5864
{% endif %}
5965

0 commit comments

Comments
 (0)