# HG changeset patch # User Paul Boddie # Date 1426002836 -3600 # Node ID a799aa707f4308d86fab7cbbbf87f83bc1a73201 # Parent 965a55020a94edb157d0bf4e7e196134fdaa2104 Fixed the event action label. diff -r 965a55020a94 -r a799aa707f43 imip_manager.py --- a/imip_manager.py Tue Mar 10 16:52:55 2015 +0100 +++ b/imip_manager.py Tue Mar 10 16:53:56 2015 +0100 @@ -820,9 +820,9 @@ page.p.close() if is_organiser: + page.p("As organiser, you can perform the following:") + if have_other_attendees: - page.p("As organiser, you can perform the following:") - page.p() page.input(name="invite", type="submit", value="Invite") page.add(" ") @@ -832,8 +832,6 @@ page.input(name="cancel", type="submit", value="Cancel") page.p.close() else: - page.p("As attendee, you can perform the following:") - page.p() page.input(name="save", type="submit", value="Save") page.add(" ")