Add privacy and cookie policy url

Adding the cookie and privacy policy url to the login page
revert-70aa11f8
geethkokila 7 years ago
parent b78e6d6d01
commit a277e7996a

@ -23,7 +23,7 @@
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-4 col-sm-offset-3 col-md-offset-3 col-lg-offset-4">
<p class="page-sub-title">Login</p>
<hr />
<hr/>
{{#if message}}
<div class="alert alert-danger" style="padding-right: 15px;">
<i class="icon fw fw-warning"></i> {{message}}!
@ -35,18 +35,18 @@
<div class="form-group">
<label for="username">Username *</label>
<input type="text" name="username" class="form-control" placeholder="Enter your username"
autofocus="autofocus" required="required" />
autofocus="autofocus" required="required"/>
</div>
<div class="form-group">
<label for="password">Password *</label>
<input type="password" name="password" class="form-control" autocomplete="off"
placeholder="Enter your password" required="required" />
placeholder="Enter your password" required="required"/>
</div>
{{#if sessionDataKey}}
<input type="hidden" name="sessionDataKey" value="{{sessionDataKey}}" />
<input type="hidden" name="sessionDataKey" value="{{sessionDataKey}}"/>
{{/if}}
{{#if referer}}
<input type="hidden" name="referer" value="{{referer}}" />
<input type="hidden" name="referer" value="{{referer}}"/>
{{/if}}
<div class="wr-input-control wr-btn-grp">
<button class="wr-btn btn-download-agent">
@ -56,6 +56,12 @@
<a href="{{@app.context}}/register" class="pull-right create-account">Create an account</a>
</div>
</div>
<div>
Attention! <a href="{{@unit.publicUri}}/privacy-policies/privacy-policy" class="create-account"
target="_blank">Privacy policy</a> and
<a href="{{@unit.publicUri}}/privacy-policies/cookie-policy" class="create-account"
target="_blank">Ccokile policy</a> updated.
</div>
</form>
</div>
</div>

Loading…
Cancel
Save