Skip to content

Commit eb0e571

Browse files
author
Emmanouil Konstantinidis
committed
Fix overriding templates
1 parent bff8d4f commit eb0e571

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% extends "rest_framework_docs/base.html" %}
2+
3+
{# Override this template in your own templates directory to customize #}

rest_framework_docs/templates/rest_framework_docs/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "rest_framework_docs/base.html" %}
1+
{% extends "rest_framework_docs/docs.html" %}
22

33
{% block apps_menu %}
44
{% regroup endpoints by name_parent as endpoints_grouped %}

0 commit comments

Comments
 (0)