diff options
Diffstat (limited to 'templates/welcome.html')
| -rw-r--r-- | templates/welcome.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/welcome.html b/templates/welcome.html index d9825cf..8d15f8e 100644 --- a/templates/welcome.html +++ b/templates/welcome.html @@ -1,4 +1,5 @@ {% load i18n %} +<div id='welcome' {% if not display %}style='display:None'{%endif%}> <h2>{% trans "Welcome to Chimère"%}</h2> <div id='detail_content'> <p>{% trans "This is the default message. You can overload it by modifying the file welcome.html in the template directory of Chimère. Below this message all news message will be displayed. You can add them in administration pages."%}</p> @@ -11,4 +12,5 @@ {%endfor%} </div>{%endif%} </div> -<div id='detail_footer'><a href='javascript:hideDetail();'>{% trans "Close" %}</a></div>
\ No newline at end of file +<div id='detail_footer'><a href='javascript:hide("welcome");'>{% trans "Close" %}</a></div> +</div>
\ No newline at end of file |
