Further template modifications

This commit is contained in:
2010-03-09 23:59:26 +00:00
parent 1b74e8f272
commit a6cbb2744b
7 changed files with 56 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
{% extends "base.html" %}
{% load i18n %}
{% block Content %}
{% block content %}
{% if account %}
<p>{% with account.username as username %}
Thank you for registering!<br />

View File

@@ -1,8 +1,10 @@
{% extends "base.html" %}
{% load i18n %}
{% block Headline %}Logged out{% endblock %}
{% block title %}Logged out{% endblock %}
{% block Content %}
{% block content %}
<h3>You have been logged out.</h3>
<p>Thank you for visiting.
</p>

View File

@@ -1,6 +1,8 @@
{% extends "base.html" %}
{% load i18n %}
{% block Content %}
{% block content %}
<p>Thank you for registering.
In order to prohibit misuse, you need to activate your account before you can use it. We sent an EMail with further instructions to the address you specified, please follow the link in that email to activate your account.
</p>

View File

@@ -1,8 +1,10 @@
{% extends "base.html" %}
{% load i18n %}
{% block Headline %}Create Account{% endblock %}
{% block title %}Create Account{% endblock %}
{% block Content %}
{% block content %}
<h2>Create Account</h2>
<p>Please fill in the following form.</p>