Mercurial > libervia-templates
comparison sat_templates/templates/bulma/event/attendance.html @ 246:1928ba66c194
bulma: replaced custom styles by new spacing helpers
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 19 Jun 2020 17:57:13 +0200 |
parents | 0e69b5843c2f |
children |
comparison
equal
deleted
inserted
replaced
245:10278ba367a2 | 246:1928ba66c194 |
---|---|
15 {{ field.choices("attend", (("yes", _("yes")), ("no", _("no")), ("maybe", _("maybe"))), checked=invitee.attend) }} | 15 {{ field.choices("attend", (("yes", _("yes")), ("no", _("no")), ("maybe", _("maybe"))), checked=invitee.attend) }} |
16 </div> | 16 </div> |
17 <div class="guests"> | 17 <div class="guests"> |
18 {{ field.int("guests", label=_("How many people will come (including you)?"), init=invitee.get("guests", 1)) }} | 18 {{ field.int("guests", label=_("How many people will come (including you)?"), init=invitee.get("guests", 1)) }} |
19 </div> | 19 </div> |
20 <div class="submit has-margin-top-1"> | 20 <div class="submit mt-4"> |
21 {{ field.submit() }} | 21 {{ field.submit() }} |
22 </div> | 22 </div> |
23 {% endcall %} | 23 {% endcall %} |
24 | 24 |