Updated documentation once more for new cli.

This commit is contained in:
Armin Ronacher 2014-04-29 01:03:32 +02:00
parent a3a5075a94
commit a3ad5405a6
4 changed files with 41 additions and 6 deletions

View file

@ -38,10 +38,6 @@ So here is a full example::
return redirect(url_for('index'))
return render_template('login.html', error=error)
if __name__ == "__main__":
app.run()
And here the ``layout.html`` template which does the magic:
.. sourcecode:: html+jinja