diff options
Diffstat (limited to 'src/templates/apps/room/retry.html')
-rw-r--r-- | src/templates/apps/room/retry.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/templates/apps/room/retry.html b/src/templates/apps/room/retry.html deleted file mode 100644 index 28054cc..0000000 --- a/src/templates/apps/room/retry.html +++ /dev/null @@ -1,13 +0,0 @@ - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> -<meta HTTP-EQUIV="REFRESH" content="{{wait}}; url=/go/{{room.urlpath}}"/> -</head> -<body> -<h1>Room is temporarily locked</h1> -<p>Retrying room in {{wait}} seconds...</p> -<img src="{{STATIC_URL}}img/ajax-loader.gif"/> -</body> -</html>
\ No newline at end of file |