tellform/public/modules/users/views/authentication/access-denied.client.view.html

5 lines
187 B
HTML
Raw Normal View History

2016-08-25 23:33:10 +00:00
<section class="text-center auth">
2016-06-16 00:38:22 +00:00
<h3 class="col-md-12">{{ 'ACCESS_DENIED_TEXT' | translate }}</h3>
<a href="/#!/sigin" class="col-md-12">{{ 'SIGNIN_BTN' | translate }}</a>
</section>