##// END OF EJS Templates
Update register.jinja2...
Update register.jinja2 Added confirmation of approval of terms on registration

File last commit:

r78:c6b35510
r127:96df22af
Show More
appenlight-app.html
16 lines | 556 B | text/html | HtmlLexer
<channelstream config="AeConfig"></channelstream>
<appenlight-header></appenlight-header>
<div class="container" data-ng-if="flash.length">
<div class="row" style="margin-bottom: 10px">
<div class="col-xs-12">
<uib-alert data-ng-repeat="message in flash"
type="{{ message.type }}"
close="closeAlert($index)" class="animate-repeat">
{{ message.msg }}</uib-alert>
</div>
</div>
</div>
<div id="outer-content">
<div ui-view class="container"></div>
</div>