You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
14 lines
339 B
14 lines
339 B
{% extends "drf-yasg/redoc.html" %} |
|
|
|
{% block favicon %} |
|
<link rel="icon" type="image/ico" href="/static/favicon.ico"/> |
|
<style> |
|
img[alt="Botzilla logo"] { |
|
margin: auto; |
|
max-height: 60px !important; |
|
width: auto; |
|
padding-top: 3px !important; |
|
padding-bottom: 3px !important; |
|
} |
|
</style> |
|
{% endblock %} |