diff options
Diffstat (limited to 'templates/frontpage.html')
-rw-r--r-- | templates/frontpage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/frontpage.html b/templates/frontpage.html index 2c1456c..bad3ce5 100644 --- a/templates/frontpage.html +++ b/templates/frontpage.html @@ -57,7 +57,7 @@ Everyone is gearing up for the 2009 expedition; please see the link below for th <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>. +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 %} |