summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-06-08 20:16:18 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-06-08 20:16:18 +0100
commit012d9481936e8661b8a771d8f2a7d3091aebe820 (patch)
tree3e458e199ac3291d3ab1eb605a1b876da6e2f30c /templates
parenta048adcdacb3cd294467f3c7e04f187a8617534d (diff)
downloadtroggle-012d9481936e8661b8a771d8f2a7d3091aebe820.tar.gz
troggle-012d9481936e8661b8a771d8f2a7d3091aebe820.tar.bz2
troggle-012d9481936e8661b8a771d8f2a7d3091aebe820.zip
[svn] Rewrote get_absolute_url methods of models to use urlparse.urljoin instead of just +ing the urls together. This fixes problems with double slashes.
Diffstat (limited to 'templates')
-rw-r--r--templates/frontpage.html2
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 %}