]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/503.html
hopefully this will clear up all issues concerning the adding/editing of answers...
[osqa.git] / forum / skins / default / templates / 503.html
1 {% load i18n %}
2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5     <head>
6         <title>{% trans "System down for maintenance" %}</title>
7         <style>
8             #content {
9                 margin: auto;
10             }
11         </style>
12     </head>
13     <body>
14         <div id="content">
15             <img src="{{ app_logo }}">
16             <p>{{ app_title }}</p>
17             <h3>{% trans "System down for maintenance" %}</h3>
18             <br/>
19             {{ message }}
20         </div>
21     </body>
22 </html>