mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
first_boot: Remove login from account creation
This commit is contained in:
parent
26737293e4
commit
8fb6e31e9a
@ -21,6 +21,16 @@
|
||||
{% load static %}
|
||||
{% load bootstrap %}
|
||||
|
||||
{% block add_nav_and_login %}
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li>
|
||||
<a href="{% url 'help:index' %}">
|
||||
<span class="glyphicon-question-sign glyphicon nav-icon"></span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_row %}
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user