Update code
This commit is contained in:
parent
3010befb5a
commit
e6f0437b8b
2 changed files with 5 additions and 5 deletions
|
|
@ -6,10 +6,11 @@
|
|||
<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
|
||||
from sixxs</a> and (will contain!) contains all of the prefixes
|
||||
that were in the sixxs database.
|
||||
This is the new IPv6 ULA (Unique Local Address) registry.
|
||||
It is inspired by the original
|
||||
<a href="https://www.sixxs.net/tools/grh/ula/list/">ULA registry
|
||||
from sixxs</a> and (will contain!) contains all of the prefixes
|
||||
that were in the sixxs database.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ from .forms import ULAForm
|
|||
|
||||
class IndexView(ListView):
|
||||
model = ULA
|
||||
# paginate_by = 50
|
||||
queryset = ULA.objects.order_by('prefix')
|
||||
|
||||
class SubmitView(LoginRequiredMixin, CreateView):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue