tellform/public/modules/users/views/authentication/access-denied.client.view.html
2015-06-30 12:42:02 -07:00

4 lines
171 B
HTML

<section class="row text-center auth">
<h3 class="col-md-12">You need to be logged in to access this page</h3>
<a href="/#!/sigin" class="col-md-12">Login</a>
</section>