diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-05-09 16:16:06 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-09 16:16:06 +0200 |
commit | ada5d74ea492efaf1e1bd0dfdb2a652b85948c9b (patch) | |
tree | 4ec59480e797ff8a762298fb0cea15124c2ca15a | |
parent | 959a7f65dea1b3251e52ada13dc33ddc5b32a61b (diff) | |
download | Chimère - projet de référence-ada5d74ea492efaf1e1bd0dfdb2a652b85948c9b.tar.bz2 Chimère - projet de référence-ada5d74ea492efaf1e1bd0dfdb2a652b85948c9b.zip |
Disable simple map by default
-rw-r--r-- | templates/chimere/blocks/actions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/blocks/actions.html b/templates/chimere/blocks/actions.html index 97db138..b658917 100644 --- a/templates/chimere/blocks/actions.html +++ b/templates/chimere/blocks/actions.html @@ -32,7 +32,7 @@ <li id='news-lnk'> <a data-toggle='modal' data-target="#news" href='#' id='news_button'><span class='fa fa-chimere-action fa-newspaper-o'></span><span class='lbl'>{% trans "News"%}</span></a> </li> - <li id="simple_button-lnk"><a id='simple_button' href='{% url chimere:simple_index area_name_slash %}'><span class='fa fa-chimere-action fa-simplybuilt'></span><span class='lbl'> {% trans "Simple map" %}</span></a></li> + <!-- <li id="simple_button-lnk"><a id='simple_button' href='{% url chimere:simple_index area_name_slash %}'><span class='fa fa-chimere-action fa-simplybuilt'></span><span class='lbl'> {% trans "Simple map" %}</span></a></li> --> {% endif %} <li class='selection-sep'> </li> {% endif %} |