Apply flask-07-upgrade

This commit is contained in:
Daniel Haaker
2011-07-15 12:01:54 +02:00
parent 45e6a81014
commit 0a7d10f892
2 changed files with 5 additions and 5 deletions

View File

@@ -4,6 +4,6 @@
</head>
<body>
<h1>Flask-debug-toolbar</h1>
<a href="{{ url_for('redirect_example') }}">Redirect example</a>
<a href="{{ url_for('.redirect_example') }}">Redirect example</a>
</body>
</html>