Browse Source

Removed unused comment directive in CBV topic docs.

David 3 years ago
parent
commit
973fa56652
1 changed files with 0 additions and 2 deletions
  1. 0 2
      docs/topics/class-based-views/generic-display.txt

+ 0 - 2
docs/topics/class-based-views/generic-display.txt

@@ -68,8 +68,6 @@ of built-in generic views to help generate list and detail views of objects.
 Let's start by looking at some examples of showing a list of objects or an
 individual object.
 
-.. comment: link here to the other topic pages (form handling, date based, mixins)
-
 We'll be using these models::
 
     # models.py