Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zachwill/flask_heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed May 26, 2012
2 parents 15c0367 + 5dd57d2 commit 21c7906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/404.html
Expand Up @@ -24,5 +24,5 @@
{% block main %}
<h1>404</h1>
<p>That page doesn't even exist.</p>
<p>Why don't you just <a href="{{ url_for('views.home') }}">go back home</a>?</p>
<p>Why don't you just <a href="{{ url_for('home') }}">go back home</a>?</p>
{% endblock %}

0 comments on commit 21c7906

Please sign in to comment.