diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 423: [Milosz Wasilewski] remove logged_out.html, not needed anymore

Message ID 20130823000627.20977.36448.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Antonio Terceiro Aug. 23, 2013, 12:06 a.m. UTC
Merge authors:
  Milosz Wasilewski (mwasilew)
Related merge proposals:
  https://code.launchpad.net/~mwasilew/lava-server/logout_redirect/+merge/181504
  proposed by: Milosz Wasilewski (mwasilew)
------------------------------------------------------------
revno: 423 [merge]
committer: Antonio Terceiro <antonio.terceiro@linaro.org>
branch nick: trunk
timestamp: Thu 2013-08-22 21:05:05 -0300
message:
  [Milosz Wasilewski] remove logged_out.html, not needed anymore
removed:
  lava_server/templates/registration/logged_out.html


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== removed file 'lava_server/templates/registration/logged_out.html'
--- lava_server/templates/registration/logged_out.html	2011-07-08 02:56:22 +0000
+++ lava_server/templates/registration/logged_out.html	1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@ 
-{% extends "layouts/content.html" %}
-{% load i18n %}
-
-{% block content %}
-
-<p>{% trans "You have been signed out" %}</p>
-
-{% endblock %}