68051312c3401e1e38fee7319b8143fe27b69c4f
[svn42.git] / grical-patchqueue / activation_complete_template
1 # HG changeset patch
2 # Parent 866aea4738b99eda90556eac69c1937528b7cb50
3 diff -r 866aea4738b9 -r ec3307ee2f49 grical/templates/registration/activation_complete.html
4 --- /dev/null   Thu Jan 01 00:00:00 1970 +0000
5 +++ b/grical/templates/registration/activation_complete.html    Sat Aug 24 02:06:46 2013 +0200
6 @@ -0,0 +1,11 @@
7 +{% extends "base.html" %}
8 +{% load i18n %}
9 +
10 +{% block title %}
11 +activation_complete.html | {{ block.super }}
12 +{% endblock %}
13 +
14 +{% block container %}
15 +<br />
16 +{% trans "Thank you for signing up." %}.
17 +{% endblock %}