mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +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 static %}
|
||||||
{% load bootstrap %}
|
{% 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 %}
|
{% block content_row %}
|
||||||
<div class="col-md-6 col-md-offset-3">
|
<div class="col-md-6 col-md-offset-3">
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user