root: add base template for api

This commit is contained in:
Jens Langhammer
2020-10-03 23:20:33 +02:00
parent 9fb1ac98ec
commit b590589324
2 changed files with 14 additions and 7 deletions

View File

@ -0,0 +1,7 @@
{% extends "rest_framework/base.html" %}
{% block branding %}
<span class='navbar-brand'>
passbook
</span>
{% endblock %}