Implement the ability to intercept redirects (like in the django debug toolbar)

This commit is contained in:
Michael van Tellingen
2011-02-03 21:45:38 +01:00
parent b3a9627167
commit 06efd26c31
5 changed files with 51 additions and 2 deletions

View File

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