summaryrefslogtreecommitdiffstats
path: root/templates/frontpage.html
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:22:07 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:22:07 +0100
commit1b06243dabb7d88a2a89c0f37bd6fa69272a5bfa (patch)
treec441b408fa8f12434c17529521221616c5ef4f13 /templates/frontpage.html
parent9972e28a91f5c5631e7c0711caf492152bf6812c (diff)
downloadtroggle-1b06243dabb7d88a2a89c0f37bd6fa69272a5bfa.tar.gz
troggle-1b06243dabb7d88a2a89c0f37bd6fa69272a5bfa.tar.bz2
troggle-1b06243dabb7d88a2a89c0f37bd6fa69272a5bfa.zip
[svn] Improve registration system.
Add jquery fade effects and quick search. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8334 by cucc @ 5/10/2009 5:23 AM
Diffstat (limited to 'templates/frontpage.html')
-rw-r--r--templates/frontpage.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/frontpage.html b/templates/frontpage.html
index 3192f83..6ca3791 100644
--- a/templates/frontpage.html
+++ b/templates/frontpage.html
@@ -7,7 +7,6 @@
<div id="col2">
Recent edits
-</ul>
</div>
<div id="col1">
@@ -35,6 +34,9 @@ Everyone is gearing up for the 2009 expedition; please see the link below for th
Troggle is still under development, and there is <a href="{%url todo%}">much work to do</a>.
</p>
</div>
+{% endblock content %}
+
+{% block margins %}
<img class="leftMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}eieshole.jpg">
<img class="rightMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}goesser.jpg">
-{% endblock content %} \ No newline at end of file
+{% endblock margins %} \ No newline at end of file