File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
5561You 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
You can’t perform that action at this time.
0 commit comments