From 3c4c71fc19865bfb75231c425fae31c6b2c211de Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 9 Feb 2010 16:48:38 -0500 Subject: started working towards skinning forum app - first step - move templates to app --- templates/logout.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 templates/logout.html (limited to 'templates/logout.html') diff --git a/templates/logout.html b/templates/logout.html deleted file mode 100644 index 650ba044..00000000 --- a/templates/logout.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "base_content.html" %} - -{% load extra_tags %} -{% load humanize %} -{% load i18n %} -{% block title %}{% spaceless %}{% trans "Logout" %}{% endspaceless %}{% endblock %} -{% block forejs %} - -{% endblock %} -{% block content %} -
- {% trans "Logout" %} -
-
-

{% trans "As a registered user you can login with your OpenID, log out of the site or permanently remove your account." %}

- -
-{% endblock %} - -- cgit v1.2.3-1-g7c22