Statistics
| Branch: | Tag: | Revision:

root / invitations / templates / error.html @ db66d048

History | View | Annotate | Download (396 Bytes)

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2
        "http://www.w3.org/TR/html4/loose.dtd">
3
<html>
4
<head>
5
    <title>Λάθος κατά την επεξεργασία της αίτησης</title>
6
</head>
7
<body>
8
    <div>Λάθος κατά την επεξεργασία της αίτησης</div>
9
    <div>
10
        {{ error.id }} - {{ error.text }}
11
    </div>
12
</body>
13
</html>