root: add base template for api
This commit is contained in:
7
passbook/api/templates/rest_framework/api.html
Normal file
7
passbook/api/templates/rest_framework/api.html
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends "rest_framework/base.html" %}
|
||||
|
||||
{% block branding %}
|
||||
<span class='navbar-brand'>
|
||||
passbook
|
||||
</span>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user