mirror of
https://github.com/Findus23/acronomy.git
synced 2024-09-07 01:43:44 +02:00
style API
This commit is contained in:
parent
0016c8cb67
commit
af6827f91f
1 changed files with 9 additions and 0 deletions
9
templates/rest_framework/api.html
Normal file
9
templates/rest_framework/api.html
Normal 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 %}
|
Loading…
Reference in a new issue