Mercurial > libervia-templates
comparison sat_templates/templates/bulma/ticket/create.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 |
---|---|
21 'placeholder': _("Short description of your issue/request")}, | 21 'placeholder': _("Short description of your issue/request")}, |
22 'body': {'required': 'required', | 22 'body': {'required': 'required', |
23 'placeholder': _("Please describe your issue/request with as much details as possible. You can use Markdown syntax.")}, | 23 'placeholder': _("Please describe your issue/request with as much details as possible. You can use Markdown syntax.")}, |
24 'labels': {'placeholder': _("You can enter one or several labels separated by commas")}, | 24 'labels': {'placeholder': _("You can enter one or several labels separated by commas")}, |
25 })}} | 25 })}} |
26 {{ field.submit(_("Create ticket"), class="has-margin-top-1") }} | 26 {{ field.submit(_("Create ticket"), class="mt-4") }} |
27 {% endcall %} | 27 {% endcall %} |
28 </div> | 28 </div> |
29 </div> | 29 </div> |
30 {% endblock body %} | 30 {% endblock body %} |