Skip to content

Commit db64fe0

Browse files
committed
updating toc with new pages
1 parent 398f189 commit db64fe0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

theme/templates/table-of-contents.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,10 @@ <h2>Example Code</h2>
217217
<h3>Django examples</h3>
218218
<h4 class="bp"><a href="/django-conf-urls-url-examples.html">django.conf.urls.url</a></h4>
219219
<h4 class="bp"><a href="/django-db-models-signal-examples.html">django.db.models.signal</a></h4>
220-
<h4 class="bp"><a href="/django-forms-examples.html">django.forms</a></h4>
220+
<h4 class="bp"><a href="/django-db-models-model-examples.html">django.db.models.Model</a></h4>
221221
<h4 class="bp"><a href="/django-dispatch-dispatcher-signal-examples.html">django.dispatch.dispatcher.Signal</a></h4>
222+
<h4 class="bp"><a href="/django-forms-examples.html">django.forms</a></h4>
223+
<h4 class="bp"><a href="/django-utils-timezone-examples.html">django.utils.timezone</a></h4>
222224

223225
<br>
224226

0 commit comments

Comments
 (0)