diff options
Diffstat (limited to 'templates/chimere/blocks/actions.html')
| -rw-r--r-- | templates/chimere/blocks/actions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/chimere/blocks/actions.html b/templates/chimere/blocks/actions.html index b658917..e31e1cc 100644 --- a/templates/chimere/blocks/actions.html +++ b/templates/chimere/blocks/actions.html @@ -27,13 +27,13 @@ {% endif %} {% if areas_visible %} <li id='maps-lnk'><span class='fa fa-chimere-action fa-chimere-maps'></span>{% display_areas %}</li> - <li id='permalink-lnk'><span class='fa fa-chimere-action fa-bookmark'></span><span id='permalink'></span></li> + {% endif %} + {% comment %}OL3-TODO<li id='permalink-lnk'><span class='fa fa-chimere-action fa-bookmark'></span><span id='permalink'></span></li>{% endcomment %} <li>{% routing %}</li> <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> --> - {% endif %} <li class='selection-sep'> </li> {% endif %} </ul> |
