From: Drew Fisher Date: Wed, 12 Mar 2014 18:13:55 +0000 (-0700) Subject: Make links use url_for and blueprints X-Git-Url: http://git.zarvox.org/shortlog/main.js?a=commitdiff_plain;h=2827bdea2e4a855610bba1dd76ef5546c23a412a;p=imoo.git Make links use url_for and blueprints --- 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 %}