first_boot: Remove sidebar in favor of help icon

This commit is contained in:
Sunil Mohan Adapa 2015-10-17 10:16:46 +05:30 committed by James Valleroy
parent f3a0c70d23
commit 5cd1b7e4b3
3 changed files with 0 additions and 39 deletions

View File

@ -1,29 +0,0 @@
{% comment %}
#
# This file is part of Plinth.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
{% endcomment %}
<div class="sidebar">
<h3>Getting Help</h3>
<p>If you have any questions or problems please take a look at the
<a target="_blank" href="https://wiki.debian.org/FreedomBox"> FreedomBox
Wiki </a> where you will also find links to the mailing list and IRC
channels.</p>
</div>

View File

@ -38,10 +38,6 @@
{% endblock %}
{% block sidebar %}
{% include "firstboot_sidebar.html" %}
{% endblock %}
{% block page_js %}
<script>
$('#id_hostname').focus();

View File

@ -29,9 +29,3 @@
{% endif %}
{% endblock %}
{% block sidebar %}
{% include "firstboot_sidebar.html" %}
{% endblock %}