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 | f0e1406c5f2337f88faae03f5e9d2d871ba1ce11 (patch) | |
tree | 0af14ca1fa064d653bd1d18bda734b221ae54d10 /templates | |
parent | 5e9dfc6ea6ff59f7e23a7e83e0c8415dccc4ffce (diff) | |
download | troggle-f0e1406c5f2337f88faae03f5e9d2d871ba1ce11.tar.gz troggle-f0e1406c5f2337f88faae03f5e9d2d871ba1ce11.tar.bz2 troggle-f0e1406c5f2337f88faae03f5e9d2d871ba1ce11.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> |