Fix home escaping
This commit is contained in:
parent
989bfb53b1
commit
c8b6778cde
|
@ -7,8 +7,8 @@
|
||||||
{{if $customhome != false }}
|
{{if $customhome != false }}
|
||||||
{{include file="$customhome"}}
|
{{include file="$customhome"}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{$defaultheader}}
|
{{$defaultheader nofilter}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{$login}}
|
{{$login nofilter}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -15,11 +15,11 @@
|
||||||
{{if $customhome != false }}
|
{{if $customhome != false }}
|
||||||
{{include file="$customhome"}}
|
{{include file="$customhome"}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{$defaultheader}}
|
{{$defaultheader nofilter}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-5 col-sm-12 login-form">
|
<div class="col-md-5 col-sm-12 login-form">
|
||||||
{{$login}}
|
{{$login nofilter}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user