diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:44:35 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:44:35 +0100 |
commit | 264594ed05b2723f443798a326d07afbbdaf185f (patch) | |
tree | cd482abf252c31f0fe9fc88796bf6eb45e6e20c9 /templates/base.html | |
parent | 1e1453f44351e0c8b7b725e008ef33bc53c70689 (diff) | |
download | troggle-264594ed05b2723f443798a326d07afbbdaf185f.tar.gz troggle-264594ed05b2723f443798a326d07afbbdaf185f.tar.bz2 troggle-264594ed05b2723f443798a326d07afbbdaf185f.zip |
[svn] made index of people
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8224 by julian @ 1/24/2009 6:26 PM
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index 36ae852..5357af1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,10 +15,7 @@ <div style="float:none">
<div id="expoHeader" style="background:#222"> <img src="{{ settings.MEDIA_URL }}loserBanner.jpg" style="position:relative;width:inherit;height:inherit;"/>
<div id="expoHeaderText">
- <h1>CUCC Expeditions to Austria: 1976 - </h1>
- <div id="expoFinalDate" style="display:inline;" >
- <h1>1976</h1>
- </div>
+ <h1>CUCC Expeditions to Austria: 1976 - 2008</h1>
</div>
</div>
<hr/>
|