Fix home escaping

This commit is contained in:
Hypolite Petovan 2018-12-21 00:05:41 -05:00
parent 989bfb53b1
commit c8b6778cde
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@
{{if $customhome != false }}
{{include file="$customhome"}}
{{else}}
{{$defaultheader}}
{{$defaultheader nofilter}}
{{/if}}
{{$login}}
{{$login nofilter}}
{{/if}}

View File

@ -15,11 +15,11 @@
{{if $customhome != false }}
{{include file="$customhome"}}
{{else}}
{{$defaultheader}}
{{$defaultheader nofilter}}
{{/if}}
</div>
<div class="col-md-5 col-sm-12 login-form">
{{$login}}
{{$login nofilter}}
</div>
{{/if}}
</div>