FreedomBox/plinth/modules/first_boot/templates/firstboot_sidebar.html
2014-12-06 17:15:30 +05:30

30 lines
1022 B
HTML

{% 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="well 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>