From: Brett Parker <iDunno@sommitrealweird.co.uk>
Date: Wed, 2 Sep 2009 14:08:44 +0000 (+0100)
Subject: Fix silly ypot in title.
X-Git-Url: https://git.sommitrealweird.co.uk/eatslugs.git/commitdiff_plain/114dfe26f1cb48e0bec811136556dee7649aea65

Fix silly ypot in title.
---

diff --git a/templates/base.html b/templates/base.html
index 7afbb33..7e950b6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,7 +9,7 @@
     <body>
         <div id="page">
             <div id="websitetitle">
-                <img src="{{ MEDIA_URL }}img/sandwich.png" alt="A Yummy Sandwich" class="logoleft" /><img src="{{ MEDIA_URL }}img/slug.png" alt="A Slug... no, really." class="logoright" /><p class="title">East Anglian Sandwich, Toasty and Luncheon Users Group Symposium</p>
+                <img src="{{ MEDIA_URL }}img/sandwich.png" alt="A Yummy Sandwich" class="logoleft" /><img src="{{ MEDIA_URL }}img/slug.png" alt="A Slug... no, really." class="logoright" /><p class="title">East Anglian Toasty, Sandwich and Luncheon Users Group Symposium</p>
             </div>
             <div id="content">
                 {% block content %}