summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-07-08 00:05:58 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-07-08 00:05:58 +0200
commit8a4ae5066af347c7cd9147b4b4f14b4439470b62 (patch)
tree82863273346f441a2888d5e7ac215fa08359e690 /ishtar_common/templates
parent9fbf4201087d121c0296a12460bcdaf2704eae1d (diff)
downloadIshtar-8a4ae5066af347c7cd9147b4b4f14b4439470b62.tar.bz2
Ishtar-8a4ae5066af347c7cd9147b4b4f14b4439470b62.zip
Move maintenance to static dir (because it is in fact static)
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/maintenance/maintenance-fr.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/ishtar_common/templates/maintenance/maintenance-fr.html b/ishtar_common/templates/maintenance/maintenance-fr.html
deleted file mode 100644
index d950ad5ab..000000000
--- a/ishtar_common/templates/maintenance/maintenance-fr.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
-
-<head>
- <title>Ishtar</title>
-<script type='text/javascript'>
- setTimeout(function(){ window.location.replace( window.location.origin); }, 5000);
-</script>
-</head>
-<body>
- <p>Ishtar est en maintenance.</p>
-</body>
-</html>