Use static file for license during installation

This commit is contained in:
Dmitriy Simushev 2014-12-17 11:42:05 +00:00
parent bc14d1f0ef
commit 30d884b699

View File

@ -57,6 +57,6 @@
{{/if}} {{/if}}
<br/> <br/>
<a href="{{route "license"}}">{{l10n "Software license agreement"}}</a> <a href="{{asset "LICENSE.txt"}}">{{l10n "Software license agreement"}}</a>
{{/override}} {{/override}}
{{/extends}} {{/extends}}