update texts
This commit is contained in:
parent
5b733a6172
commit
2c00930b8b
2 changed files with 8 additions and 8 deletions
|
@ -24,17 +24,11 @@
|
|||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item"> <a class="nav-link" href="/submit">Submit prefix</a></li>
|
||||
|
||||
{% if user.is_authenticated %}
|
||||
{% if user.is_authenticated %}
|
||||
<span class="navbar-text">Logged in as {{ user }}.</span>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/logout">Logout</a>
|
||||
</li>
|
||||
|
||||
{% else %}
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/login">Login</a>
|
||||
</li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<h1>Welcome to the IPv6 ULA registry</h1>
|
||||
|
||||
<p>
|
||||
This is the new IPv6 ULA registry. It is inspired by the original
|
||||
<a href="https://www.sixxs.net/tools/grh/ula/list/">ULA registry
|
||||
|
@ -25,8 +27,12 @@
|
|||
hope that this ULA registry is enabling some additional people
|
||||
to migrate to IPv6.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
To login and submit prefixes you need to create an
|
||||
<a href="https://account.ungleich.ch">ungleich account</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<table class="table table-striped">
|
||||
|
|
Loading…
Reference in a new issue