docking - beta version, only basic
[django_unres.git] / django_simple / authentication / templates / registration / logout.html
index 67eb911..f8da51f 100644 (file)
@@ -1,9 +1,6 @@
-<!DOCTYPE html>
-<html>
-<head>
-       <title></title>
-</head>
-<body>
-hejeczka
-</body>
-</html>
\ No newline at end of file
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block content %}
+<p>{% trans "Logged out" %}</p>
+{% endblock %}