Mercurial > libervia-templates
comparison sat_templates/templates/bulma/ticket/edit.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 |
---|---|
14 'placeholder': _("Short description of your issue/request")}, | 14 'placeholder': _("Short description of your issue/request")}, |
15 'body': {'required': 'required', | 15 'body': {'required': 'required', |
16 'placeholder': _("Please describe your issue/request with as much details as possible. You can use Markdown syntax.")}, | 16 'placeholder': _("Please describe your issue/request with as much details as possible. You can use Markdown syntax.")}, |
17 'labels': {'placeholder': _("You can enter one or several labels separated by commas")}, | 17 'labels': {'placeholder': _("You can enter one or several labels separated by commas")}, |
18 })}} | 18 })}} |
19 {{ field.submit(_("Modify ticket"), class="has-margin-top-1") }} | 19 {{ field.submit(_("Modify ticket"), class="mt-4") }} |
20 {% endcall %} | 20 {% endcall %} |
21 </div> | 21 </div> |
22 {% endblock body %} | 22 {% endblock body %} |