Skip to content

Commit

Permalink
Hide Terms&Conditions link on signup if no 'Acceptable Use Policy' li…
Browse files Browse the repository at this point in the history
…nk is provided (#321)
  • Loading branch information
bodom0015 authored Jun 16, 2020
1 parent 72fba73 commit 2e60fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/login/static/signUp/signUp.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ <h3><i class="fa fa-fw fa-user-plus"></i> Request Access to {{ productName }}</h
</div>
</div>

<!-- Link to Acceptable Use Policy -->
<div class="row">
<!-- Link to Acceptable Use Policy, if provided -->
<div class="row" ng-if="eulaLink && eulaLink.url">
<div class="text-center col-sm-offset-3 col-sm-6" style="margin-bottom:10px;">
By submitting this form you agree to our <a ng-href="{{ eulaLink.url }}" target="_blank" id="usePolicyLink">{{ eulaLink.name | lowercase }}</a>.
</div>
Expand Down

0 comments on commit 2e60fed

Please sign in to comment.