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:
Ole Laursen 2012-05-03 19:00:40 +00:00
parent 5215527de2
commit 3b2c0a2169

View file

@ -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 %}