tellform/public/modules/users/views/authentication/access-denied.client.view.html
2016-06-15 21:39:26 -07:00

5 lines
191 B
HTML

<section class="row text-center auth">
<h3 class="col-md-12">{{ 'ACCESS_DENIED_TEXT' | translate }}</h3>
<a href="/#!/sigin" class="col-md-12">{{ 'SIGNIN_BTN' | translate }}</a>
</section>