From 8cac51e88f744b0b984303bc7564d7c1fc3378f0 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 4 Jun 2014 13:07:03 +0200 Subject: [PATCH] Fix room creation on the error page --- templates/default/error.html.ep | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/default/error.html.ep b/templates/default/error.html.ep index c5cafba..fada988 100644 --- a/templates/default/error.html.ep +++ b/templates/default/error.html.ep @@ -14,15 +14,20 @@ <% } elsif ($err eq 'ERROR_ROOM_s_LOCKED' && stash 'ownerPass'){ %> <%=l 'AUTH_IF_OWNER' %> <% } elsif ($err eq 'ERROR_ROOM_s_DOESNT_EXIST'){ %> - + <% } %> <% if ($err eq 'ERROR_ROOM_s_DOESNT_EXIST'){ %> -
- + +
<% } %> %= include 'js_common' + %= include 'footer'