hg delete pour import camembert

This commit is contained in:
Yohan Bataille 2013-08-12 16:00:11 +02:00
parent 62cdeeebbd
commit 48a563cd28

View File

@ -1,19 +0,0 @@
<html
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="member_room_interface_edit_views.html" />
<head>
<link type="text/css" rel="Stylesheet" href="/css/common.css" />
<link type="text/css" rel="Stylesheet" href="/css/show.css" />
<link type="text/css" rel="Stylesheet" href="/css/edit.css" />
</head>
<body>
${edit_banner()}
${back_show("room", room_number)}
<div py:choose="success">
<span py:when="True">Importation reussi</span>
<span py:otherwise="">Erreur d'importation</span>
</div>
</body>
</html>