From a8c16269d9dc6c59081247239232d5050ac46a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 29 Feb 2012 15:08:51 +0100 Subject: [PATCH] Add logout page --- html/registration/logged_out.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 html/registration/logged_out.html diff --git a/html/registration/logged_out.html b/html/registration/logged_out.html new file mode 100644 index 000000000..d63e33a3e --- /dev/null +++ b/html/registration/logged_out.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} +{% load url from future %} +{% load i18n %} + +{% block content %} + +

{% blocktrans %}Thanks for using Weblate!{% endblocktrans %}

+ +

{% trans "Login again" %}

+ +{% endblock %} +