summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent (git for windows) <philip.sargent@gmail.com>2019-12-23 19:40:44 +0000
committerPhilip Sargent (git for windows) <philip.sargent@gmail.com>2019-12-23 19:40:44 +0000
commit56618dbe6587cfdb35017d257a9870c40b34b408 (patch)
tree5eed989d3c1a9e7a7bf90387c0212603f0d56d9b
parent71ef710d09016b9e13f6bdffd476d7ccd5843d43 (diff)
downloadtroggle-56618dbe6587cfdb35017d257a9870c40b34b408.tar.gz
troggle-56618dbe6587cfdb35017d257a9870c40b34b408.tar.bz2
troggle-56618dbe6587cfdb35017d257a9870c40b34b408.zip
fix CUCC url in template and add years to 2020
-rw-r--r--templates/base.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 666ff7a..e30cbd5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,7 +1,7 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE html>
<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/main3.css" title="eyeCandy"/>
<link rel="alternate stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/mainplain.css" title="plain"/>
<link rel="stylesheet" type="text/css" href="{{ settings.MEDIA_URL }}css/dropdownNavStyle.css" />
@@ -16,7 +16,7 @@
<body onLoad="contentHeight();">
<div id="header">
- <h1>CUCC Expeditions to Austria: 1976 - 2018</h1>
+ <h1>CUCC Expeditions to Austria: 1976 - 2020</h1>
<div id="editLinks"> {% block loginInfo %}
<a href="{{settings.EXPOWEB_URL}}">Website home</a> |
{% if user.username %}
@@ -43,6 +43,8 @@
<a href="{% url "expedition" 2016 %}">Expo2016</a> |
<a href="{% url "expedition" 2017 %}">Expo2017</a> |
<a href="{% url "expedition" 2018 %}">Expo2018</a> |
+ <a href="{% url "expedition" 2019 %}">Expo2019</a> |
+ <a href="{% url "expedition" 2020 %}">Expo2020</a> |
<a href="/admin/">Django admin</a>
</div>
@@ -81,7 +83,7 @@
<li><a href="#">External links</a>
<ul class="sub_menu">
- <li><a id="cuccLink" href="http://www.srcf.ucam.org/caving/wiki/Main_Page">CUCC website</a></li>
+ <li><a id="cuccLink" href="https://camcaving.uk">CUCC website</a></li>
<li><a id="expoWebsiteLink" href="http://expo.survex.com">Expedition website</a></li>
</ul>
</li>