summaryrefslogtreecommitdiff
path: root/templates/apps/room/retry.html
blob: 28054ccb74f8c90f724ac8351a0b144d542ff4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

<!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>