First step to create button for doc

This commit is contained in:
Степаненко Ольга
2021-05-28 18:51:52 +03:00
parent 1bcb24b9eb
commit f19d9a504a
4 changed files with 264 additions and 1 deletions

View File

@@ -59,6 +59,9 @@
class="btn btn-secondary"
{% endif %}
href="{{ registration_url }}">Зарегистрироваться</a>
{% url 'documentation' as documentation_url %}
<a class="btn btn-secondary"
href="{{ documentation_url }}">Документация</a>
</div>
{% endif %}
</nav>