Update code

This commit is contained in:
Nico Schottelius 2020-12-05 13:44:17 +01:00
commit e6f0437b8b
2 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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):