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:
commit
8a6df6ac1f
@ -9,6 +9,8 @@
|
|||||||
<title>{% block title %}{% endblock %}</title>
|
<title>{% block title %}{% endblock %}</title>
|
||||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
|
||||||
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
|
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
|
||||||
|
<link rel="icon" href="{% static 'main/favs/favicon.ico'%}" type="image/x-icon">
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.bd-placeholder-img {
|
.bd-placeholder-img {
|
||||||
|
@ -42,6 +42,8 @@
|
|||||||
href="{{ work_url }}">Запрос прав</a>
|
href="{{ work_url }}">Запрос прав</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a class="btn btn-secondary" href="{% url 'logout' %}">Выйти</a>
|
<a class="btn btn-secondary" href="{% url 'logout' %}">Выйти</a>
|
||||||
|
<a class="btn btn-secondary"
|
||||||
|
href="https://actrl.cazzzer.com/docs/index.html"> Документация</a>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="btn-group" role="group" aria-label="Basic example" style="margin-right: 9px">
|
<div class="btn-group" role="group" aria-label="Basic example" style="margin-right: 9px">
|
||||||
|
BIN
static/main/favs/favicon.ico
Normal file
BIN
static/main/favs/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 B |
Loading…
x
Reference in New Issue
Block a user