comparison sat_templates/default/file/discover.html @ 155:954759f0e8fa

css: styles improvments + following a bit more BEM conventions
author Goffi <goffi@goffi.org>
date Thu, 21 Jun 2018 01:12:40 +0200
parents 33c7ce833d3f
children
comparison
equal deleted inserted replaced
154:80cf52fbcc40 155:954759f0e8fa
64 </div> 64 </div>
65 {% endif %} 65 {% endif %}
66 </div> 66 </div>
67 67
68 <p class="instructions--alt">{% trans %}Or enter a full jid of a device{% endtrans %}</p> 68 <p class="instructions--alt">{% trans %}Or enter a full jid of a device{% endtrans %}</p>
69 {% call form.form(class="form_single") %} 69 {% call form.form(class="form--single") %}
70 {{ field.text("jid", _("device full jid"), required=true)}} 70 {{ field.text("jid", _("device full jid"), required=true)}}
71 {{ field.submit(_("Access")) }} 71 {{ field.submit(_("Access")) }}
72 {% endcall %} 72 {% endcall %}
73 {% endblock body %} 73 {% endblock body %}