From 2ba15534d2a17215a996b8c5524418da10a5b5b6 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Wed, 7 Sep 2022 21:25:23 -0400 Subject: [PATCH] Commit template example index wording --- django_dump_die/templates/django_dump_die/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/django_dump_die/templates/django_dump_die/index.html b/django_dump_die/templates/django_dump_die/index.html index af96b40..fcfa2f5 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> -- GitLab