aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_input.tpl
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2021-04-06 13:41:33 +0200
committerMax Kostikov <max@kostikov.co>2021-04-06 13:41:33 +0200
commit0d10f5ba65d209c76f811424eb255d9e4228c6b8 (patch)
tree360b2b354b74d28414fe961b83af9dff096b358e /view/tpl/field_input.tpl
parent89409d0577669a54f473b0fbb9e196e52211126b (diff)
downloadvolse-hubzilla-0d10f5ba65d209c76f811424eb255d9e4228c6b8.tar.gz
volse-hubzilla-0d10f5ba65d209c76f811424eb255d9e4228c6b8.tar.bz2
volse-hubzilla-0d10f5ba65d209c76f811424eb255d9e4228c6b8.zip
Fix site admin registration block styles
Diffstat (limited to 'view/tpl/field_input.tpl')
-rw-r--r--view/tpl/field_input.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_input.tpl b/view/tpl/field_input.tpl
index 53139a0e7..c7007c159 100644
--- a/view/tpl/field_input.tpl
+++ b/view/tpl/field_input.tpl
@@ -1,7 +1,7 @@
<div id="id_{{$field.0}}_wrapper" class="form-group">
<label for="id_{{$field.0}}" id="label_{{$field.0}}">{{$field.1}}{{if $field.4}}<sup class="required zuiqmid"> {{$field.4}}</sup>{{/if}}</label>
<input class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" type="text" value="{{$field.2}}"{{if $field.5}} {{$field.5}}{{/if}}>
- <span id="help_{{$field.0}}" class="form-text text-muted">{{$field.3}}</span>
+ <small id="help_{{$field.0}}" class="form-text text-muted">{{$field.3}}</small>
</div>
{{*
COMMENTS for this template: