[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
This commit is contained in:
substantialnoninfringinguser
2009-05-13 06:22:07 +01:00
parent 9972e28a91
commit 1b06243dab
16 changed files with 466 additions and 138 deletions

View File

@@ -1,13 +1,13 @@
{% extends "base.html" %}
{% block title %}
registration_complete.html | {{ block.super }}
{{ block.super }}: registration complete
{% endblock %}
{% block header %}
<h1>registration_complete.html</h1>
{% block contentheader %}
<h1>Registration Complete</h1>
{% endblock %}
{% block content %}
Thank you for signing up. An email with the activation code has been sent to your inbox.
<p>Thank you for signing up. An email with the activation code has been sent to your inbox. </p>
{% endblock %}