1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

style API

This commit is contained in:
Lukas Winkler 2020-06-15 22:20:53 +02:00
parent 0016c8cb67
commit af6827f91f
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -0,0 +1,9 @@
{% extends "rest_framework/base.html" %}
{% block title %}{% if name %}{{ name }} {% endif %}Acronomy API{% endblock %}
{% block branding %}
<a class='navbar-brand' href='/api'>
Acronomy API
</a>
{% endblock %}