X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=grical-patchqueue%2Factivation_complete_template;fp=grical-patchqueue%2Factivation_complete_template;h=68051312c3401e1e38fee7319b8143fe27b69c4f;hb=dc11c9d78e7e63b9846c06292a9b837bc20d6a4f;hp=0000000000000000000000000000000000000000;hpb=6656f26adaada3bd9341595a7312f6a4ba0e181c;p=svn42.git diff --git a/grical-patchqueue/activation_complete_template b/grical-patchqueue/activation_complete_template new file mode 100644 index 0000000..6805131 --- /dev/null +++ b/grical-patchqueue/activation_complete_template @@ -0,0 +1,17 @@ +# HG changeset patch +# Parent 866aea4738b99eda90556eac69c1937528b7cb50 +diff -r 866aea4738b9 -r ec3307ee2f49 grical/templates/registration/activation_complete.html +--- /dev/null Thu Jan 01 00:00:00 1970 +0000 ++++ b/grical/templates/registration/activation_complete.html Sat Aug 24 02:06:46 2013 +0200 +@@ -0,0 +1,11 @@ ++{% extends "base.html" %} ++{% load i18n %} ++ ++{% block title %} ++activation_complete.html | {{ block.super }} ++{% endblock %} ++ ++{% block container %} ++
++{% trans "Thank you for signing up." %}. ++{% endblock %}