From 2827bdea2e4a855610bba1dd76ef5546c23a412a Mon Sep 17 00:00:00 2001 From: Drew Fisher Date: Wed, 12 Mar 2014 11:13:55 -0700 Subject: [PATCH] Make links use url_for and blueprints --- imoo/templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/imoo/templates/index.html b/imoo/templates/index.html index b0a7ccd..70fc056 100644 --- a/imoo/templates/index.html +++ b/imoo/templates/index.html @@ -1,13 +1,13 @@ {% extends 'main.html' %} {% block header %} -

It works.

+

imoo.im test page

{% endblock header %} {% block content %} {% endblock %} -- 2.39.2