Make the WG a draft belongs link to the WG page.

- Legacy-Id: 3138
This commit is contained in:
Henrik Levkowetz 2011-05-23 21:49:04 +00:00
parent b9b17625ea
commit c485d5b527

View file

@ -151,9 +151,10 @@ class IdWrapper:
a = self.group_acronym()
if a:
return "WG <%s>" % a
return "<a href='/wg/%s/'>%s WG</a>" % (a, a)
return ""
submission.allow_tags = True
def search_archive(self):