diff --git a/django_dump_die/templates/django_dump_die/index.html b/django_dump_die/templates/django_dump_die/index.html index af96b409c5baadbfc931301812c05864678da245..fcfa2f51a80d7caf5236fd2946664f21978b532a 100644 --- a/django_dump_die/templates/django_dump_die/index.html +++ b/django_dump_die/templates/django_dump_die/index.html @@ -11,13 +11,11 @@ <body> <h1>Django DumpDie Example Index Page</h1> - <p>The following pages are examples of outputting with the Django DumpDie package.</p> + <p>The following pages provide example output when using the Django DumpDie package.</p> <p>So you can quickly see what output might look like, for various objects and types.</p> <br> - - <h2>By DumpDie Category:</h2> <ul> <li><p><a href="{% url 'django_dump_die:simple-type-example' %}">"Simple" Type Example</a></p></li>