indents now with tabs

This commit is contained in:
Ralf Thees 2018-10-25 09:33:01 +02:00
parent 9f152e1b43
commit 4ddf59e016
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
<div id="group-edit-wrapper">
<form action="group/{{$gid}}" id="group-edit-form" method="post">
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
<div class="pull-left">
{{include file="field_input.tpl" field=$gname label=false}}
</div>