Add notice about autoupdater to config mode

This commit is contained in:
ohrensessel 2014-06-26 19:55:52 +02:00
commit 638aef092e
2 changed files with 12 additions and 0 deletions

View file

@ -8,6 +8,9 @@
<p>
<%= template.render_string(site.config_mode.msg_welcome, {hostname=hostname, sysconfig=sysconfig}) %>
</p>
<p>
<%=self.data["autoupdater_msg"]%>
</p>
<% if not self.embedded then %>
<form method="post" enctype="multipart/form-data" action="<%=REQUEST_URI%>">