diff options
author | Wookey <wookey@wookware.org> | 2018-02-28 15:55:00 +0000 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2018-02-28 15:55:00 +0000 |
commit | 6481fda4d7506f62e0bd78ce5bfb7cd9ecda8eed (patch) | |
tree | 0af14ca1fa064d653bd1d18bda734b221ae54d10 /templates | |
parent | d7b2ddefcea28c66f4e353bceea4171eda68cfd2 (diff) | |
download | troggle-6481fda4d7506f62e0bd78ce5bfb7cd9ecda8eed.tar.gz troggle-6481fda4d7506f62e0bd78ce5bfb7cd9ecda8eed.tar.bz2 troggle-6481fda4d7506f62e0bd78ce5bfb7cd9ecda8eed.zip |
Update old website base URL in template from cucc.survex.com/expo to expo.survex.com
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 7483d80..8a3977e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -82,7 +82,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="expoWebsiteLink" href="http://cucc.survex.com/expo">Expedition website</a></li> + <li><a id="expoWebsiteLink" href="http://expo.survex.com">Expedition website</a></li> </ul> </li> <li><a href="{% url frontpage %}">Troggle front page</a></li> |