diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2019-03-10 11:05:57 +0000 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2019-03-10 11:05:57 +0000 |
commit | 121f0a6aac7e68520d2f33e15bc2aa2a41cf6ea8 (patch) | |
tree | ffb16669c777069a0fb4e63b345a83a495b06ead /templates/frontpage.html | |
parent | 8932bdc4661df3804c8d8f99be69403c0bd5ec7e (diff) | |
download | troggle-121f0a6aac7e68520d2f33e15bc2aa2a41cf6ea8.tar.gz troggle-121f0a6aac7e68520d2f33e15bc2aa2a41cf6ea8.tar.bz2 troggle-121f0a6aac7e68520d2f33e15bc2aa2a41cf6ea8.zip |
Remove the news section as it never gets updated
Fix logbook entry so the edit link works
Tidy the control panel page
Diffstat (limited to 'templates/frontpage.html')
-rw-r--r-- | templates/frontpage.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/frontpage.html b/templates/frontpage.html index f07722a..28206b6 100644 --- a/templates/frontpage.html +++ b/templates/frontpage.html @@ -49,17 +49,6 @@ Here you will find information about the {{expedition.objects.count}} expedition If you are an expedition member, please sign up using the link to the top right and begin editing. </p> -<h3>News</h3> - -<p class="indent"> -Everyone is gearing up for the 2009 expedition; please see the link below for the main expedition website. -</p> - -<h3>Troggle development</h3> -<p class="indent"> -Troggle is still under development. Check out the <a href="http://troggle.googlecode.com">development page</a> on google code, where you can file bug reports, make suggestions, and help develop the code. There is also an old todo list at <a href="{%url "todo"%}">here</a>. -</p> -</div> {% endblock content %} {% block margins %} |