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
commit0dbef993f04fa3ff18fa21c95e52ffda058b9d95 (patch)
tree82863273346f441a2888d5e7ac215fa08359e690 /ishtar_common/templates
parent3d676f52ff2b14e16748b5a3ea91868102dcb16e (diff)
downloadIshtar-0dbef993f04fa3ff18fa21c95e52ffda058b9d95.tar.bz2
Ishtar-0dbef993f04fa3ff18fa21c95e52ffda058b9d95.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>