Say "Charter" rather than "Recharter" on the charter /doc/ page if the group is proposed or a BoF.
- Legacy-Id: 4376
This commit is contained in:
parent
5215527de2
commit
3b2c0a2169
|
@ -52,7 +52,11 @@
|
|||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
- <a href="{% url charter_startstop_process name=doc.name option='recharter' %}">Recharter</a>
|
||||
{% if group.state_id == "proposed" or group.state_id == "bof" %}
|
||||
- <a href="{% url charter_startstop_process name=doc.name option='initcharter' %}">Charter</a>
|
||||
{% else %}
|
||||
- <a href="{% url charter_startstop_process name=doc.name option='recharter' %}">Recharter</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue