File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
templates/rest_framework_docs Expand file tree Collapse file tree 3 files changed +2
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- {% extends "drfdocs /base.html" %}
1+ {% extends "rest_framework_docs /base.html" %}
22
33{% block apps_menu %}
44{% regroup endpoints by name_parent as endpoints_grouped %}
55< li class ="dropdown ">
66 < a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> Jump To < span class ="caret "> </ span > </ a >
77 < ul class ="dropdown-menu ">
8- <!-- <li><a href="#dd">ddsf{{group.grouper}}</a></li> -->
98 {% for group in endpoints_grouped %}
109 < li > < a href ="#{{ group.grouper|lower }} "> {{ group.grouper }}</ a > </ li >
1110 {% endfor %}
Original file line number Diff line number Diff line change 44
55class DRFDocsView (TemplateView ):
66
7- template_name = "drfdocs /home.html"
7+ template_name = "rest_framework_docs /home.html"
88
99 def get_context_data (self , ** kwargs ):
1010 context = super (DRFDocsView , self ).get_context_data (** kwargs )
You can’t perform that action at this time.
0 commit comments