tellform/public/modules/users/views/authentication/access-denied.client.view.html
2016-08-25 16:33:10 -07:00

5 lines
187 B
HTML

<section class="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>