diff options
Diffstat (limited to 'templates')
-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 6ca3791..a193771 100644 --- a/templates/frontpage.html +++ b/templates/frontpage.html @@ -31,7 +31,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, and there is <a href="{%url todo%}">much work to do</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 %}
|