From 35c0eff0ebe7b8f26f0e0f816c461e03cb2f95fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 19 May 2015 17:22:46 +0200 Subject: [PATCH] backoffice: add a "display online" link next to forms (#7111) --- wcs/admin/forms.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wcs/admin/forms.py b/wcs/admin/forms.py index 9bdff97b8..77fee5068 100644 --- a/wcs/admin/forms.py +++ b/wcs/admin/forms.py @@ -379,10 +379,14 @@ class FormDefPage(Directory): if self.formdef.roles: r += htmltext('
  • %s
  • ') % _('Invites') r += htmltext('') + + r += htmltext('') return r.getvalue() def qrcode(self):