mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 06:53:11 -04:00
Wrap un editiable email address for invite in p tag to give
it some space from rest of form.
This commit is contained in:
@@ -24,11 +24,12 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</label>
|
</label>
|
||||||
{% if disabled %}
|
{% if disabled %}
|
||||||
{{ field(**{
|
<p>{{ field(**{
|
||||||
'class': 'form-control form-control-{} textbox-highlight-textbox'.format(width) if highlight_tags else 'form-control form-control-{} {}'.format(width, 'textbox-right-aligned' if suffix else ''),
|
'class': 'form-control form-control-{} textbox-highlight-textbox'.format(width) if highlight_tags else 'form-control form-control-{} {}'.format(width, 'textbox-right-aligned' if suffix else ''),
|
||||||
'data-module': 'highlight-tags' if highlight_tags else '',
|
'data-module': 'highlight-tags' if highlight_tags else '',
|
||||||
'disabled': 'disabled'
|
'disabled': 'disabled'
|
||||||
}) }}
|
}) }}
|
||||||
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ field(**{
|
{{ field(**{
|
||||||
'class': 'form-control form-control-{} textbox-highlight-textbox'.format(width) if highlight_tags else 'form-control form-control-{} {}'.format(width, 'textbox-right-aligned' if suffix else ''),
|
'class': 'form-control form-control-{} textbox-highlight-textbox'.format(width) if highlight_tags else 'form-control form-control-{} {}'.format(width, 'textbox-right-aligned' if suffix else ''),
|
||||||
|
|||||||
Reference in New Issue
Block a user