From 1151671aba4666beac26e4b48de901d0307143cd Mon Sep 17 00:00:00 2001 From: Gilles Jacobs Date: Mon, 30 Mar 2015 23:53:21 +0200 Subject: [PATCH] JAMES --- app/templates/about.html | 4 ++-- app/templates/home.html | 6 +++--- app/templates/layout.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/templates/about.html b/app/templates/about.html index b2732d5..130501f 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -3,5 +3,5 @@ {% block container %}

About

-

This is an About page for FoodBot. Don't I look good? Oh stop, you're making me blush.

-{% endblock %} \ No newline at end of file +

This is James' about page. Doesn't he look good? Oh stop, you're making him blush.

+{% endblock %} diff --git a/app/templates/home.html b/app/templates/home.html index 21cf791..02b80d6 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -5,8 +5,8 @@ {% block container %}
-

Welcome to FoodBot

-

This is the home page for FoodBot

+

Hi, I'm James

+

What would you like to eat, sir?

@@ -23,4 +23,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/app/templates/layout.html b/app/templates/layout.html index 7c0473e..950eadc 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -13,7 +13,7 @@ {% set active_page = active_page|default('index') -%} {% block title %} - FoodBot - {{ active_page|capitalize }} + James - {{ active_page|capitalize }} {% endblock %} {% block styles %}