Merge branch 'feature/favicon' into 'develop'

Feature/favicon

See merge request 2020-2021/online/s101/group-02/access_controller!96
This commit is contained in:
Кравченко Артем 2021-05-29 14:25:29 +00:00
commit 8a6df6ac1f
3 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
<link rel="icon" href="{% static 'main/favs/favicon.ico'%}" type="image/x-icon">
<style>
.bd-placeholder-img {

View File

@ -42,6 +42,8 @@
href="{{ work_url }}">Запрос прав</a>
{% endif %}
<a class="btn btn-secondary" href="{% url 'logout' %}">Выйти</a>
<a class="btn btn-secondary"
href="https://actrl.cazzzer.com/docs/index.html"> Документация</a>
</div>
{% else %}
<div class="btn-group" role="group" aria-label="Basic example" style="margin-right: 9px">

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B