diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-03-29 21:02:13 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-03-29 21:02:40 +0200 |
| commit | efa6b41339623028c8ef7a5534946f4617d6d977 (patch) | |
| tree | 1b0afb0e49e5bf668293ebdcc3aee65cfb6a9f11 /templates/chimere/main_map.html | |
| parent | a71fd5ac929770a536c5ac8ed44a7da95ce1bc93 (diff) | |
| download | Chimère-efa6b41339623028c8ef7a5534946f4617d6d977.tar.bz2 Chimère-efa6b41339623028c8ef7a5534946f4617d6d977.zip | |
Replace welcome window by news window
Diffstat (limited to 'templates/chimere/main_map.html')
| -rw-r--r-- | templates/chimere/main_map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/main_map.html b/templates/chimere/main_map.html index 5a9189d..4f9b1c1 100644 --- a/templates/chimere/main_map.html +++ b/templates/chimere/main_map.html @@ -12,7 +12,7 @@ {% endblock %} {% block message_edit %}{% endblock %} {% block sidebar %} -{% display_welcome %} +{% display_news %} <div class='show-hide-panel' id='hide-panel'><span class='fa fa-arrow-circle-left'></span></div> <div class='show-hide-panel' id='show-panel'><span class='fa fa-arrow-circle-right'></span></div> <div id='panel' class='navbar-default'> |
