Change wording for called-for-adoption WG documents to explain it's a candidate

- Legacy-Id: 3904
This commit is contained in:
Ole Laursen 2012-02-07 15:44:00 +00:00
parent 713205d3ac
commit 320a79fa0d

View file

@ -161,6 +161,9 @@ class IdWrapper:
a = self.group_acronym()
if a:
if settings.USE_DB_REDESIGN_PROXY_CLASSES and self._draft.stream_id == "ietf" and self._draft.get_state_slug("draft-stream-ietf") == "c-adopt":
return "candidate for <a href='/wg/%s/'>%s WG</a>" % (a, a)
return "<a href='/wg/%s/'>%s WG</a>" % (a, a)
return ""