Skip to content

Commit

Permalink
fix error in 401 template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaza committed Oct 27, 2015
1 parent cd352e0 commit 10c8d71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flask_editablesite/templates/401.html
Expand Up @@ -7,9 +7,8 @@
<div class="jumbotron">
<div class="text-center">
<h1>401</h1>
<p>You are not authorized to see this page. Please <a href="{{ url_for('public.home')}}">log in</a> or
<a href="{{ url_for('public.register') }}">create a new account</a>.
</p>
<p>You are not authorized to see this page.</p>
<p>Want to <a href="{{ url_for('public.home') }}">go home</a> instead?</p>
</div>
</div>
{% endblock %}
Expand Down

0 comments on commit 10c8d71

Please sign in to comment.