From 7fcdcf9a0d69fb98f5886754144d51a51536a77f Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 23 Jul 2010 16:12:29 +0100 Subject: [PATCH] More API fun --- flask_website/templates/general/index.html | 4 ++-- flask_website/views/general.py | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/flask_website/templates/general/index.html b/flask_website/templates/general/index.html index 1cb12ccd..bfc49fe7 100644 --- a/flask_website/templates/general/index.html +++ b/flask_website/templates/general/index.html @@ -22,7 +22,7 @@

Latest Version: - {{ latest_version }} + {{ latest_release.version }}

Flask is Fun

from flask import Flask
 app = Flask(__name__)
@@ -39,7 +39,7 @@ def hello():
  * Running on http://localhost:5000/

Interested?