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" %}
2
2
3
3
{% block apps_menu %}
4
4
{% regroup endpoints by name_parent as endpoints_grouped %}
5
5
< li class ="dropdown ">
6
6
< a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> Jump To < span class ="caret "> </ span > </ a >
7
7
< ul class ="dropdown-menu ">
8
- <!-- <li><a href="#dd">ddsf{{group.grouper}}</a></li> -->
9
8
{% for group in endpoints_grouped %}
10
9
< li > < a href ="#{{ group.grouper|lower }} "> {{ group.grouper }}</ a > </ li >
11
10
{% endfor %}
Original file line number Diff line number Diff line change 4
4
5
5
class DRFDocsView (TemplateView ):
6
6
7
- template_name = "drfdocs /home.html"
7
+ template_name = "rest_framework_docs /home.html"
8
8
9
9
def get_context_data (self , ** kwargs ):
10
10
context = super (DRFDocsView , self ).get_context_data (** kwargs )
You can’t perform that action at this time.
0 commit comments