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

4 lines
171 B
HTML
Raw Normal View History

2015-06-30 19:42:02 +00:00
<section class="row text-center auth">
2015-06-29 22:51:29 +00:00
<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>