mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-26 09:11:54 +00:00
625b2156e3
- Import is now non-destructive - Parsers write output to a log file (path be specified in settings) - databaseReset.py content been divided into separate functions which can be called for varying levels of deletion and importing - control panel (view, template, urlpattern) added for deleting and importing - Logins and signup fixed - CaveArea model updated, view, hierarchical url patterns, and beginning of template added - New site style Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8324 by cucc @ 5/3/2009 5:56 AM
13 lines
315 B
HTML
13 lines
315 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}
|
|
registration_complete.html | {{ block.super }}
|
|
{% endblock %}
|
|
|
|
{% block header %}
|
|
<h1>registration_complete.html</h1>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
Thank you for signing up. An email with the activation code has been sent to your inbox.
|
|
{% endblock %} |