From af6827f91f753bf523482f08016735d91214e3fb Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 15 Jun 2020 22:20:53 +0200 Subject: [PATCH] style API --- templates/rest_framework/api.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/rest_framework/api.html diff --git a/templates/rest_framework/api.html b/templates/rest_framework/api.html new file mode 100644 index 0000000..f9ef518 --- /dev/null +++ b/templates/rest_framework/api.html @@ -0,0 +1,9 @@ +{% extends "rest_framework/base.html" %} + +{% block title %}{% if name %}{{ name }} – {% endif %}Acronomy API{% endblock %} + +{% block branding %} + + Acronomy API + +{% endblock %}