|
@@ -6,7 +6,7 @@
|
|
|
<div class="text-center" style="margin-top: 150px;">
|
|
|
<div class="form-signin" style="width: 100%; max-width:330px; margin: auto; display:block;">
|
|
|
<form class="m-2 p-2" method="post">
|
|
|
- <img class="mb-4" src="{% static 'SharixAdmin/img/logo.png' %}" alt="" width="72" >
|
|
|
+ <img class="mb-4" style="height: 100px;" src="{% static 'SharixAdmin/img/logo.png' %}" alt="" >
|
|
|
<h1 class="h3 mb-3 fw-normal">{% trans 'Log in' %}</h1>
|
|
|
{% csrf_token %}
|
|
|
|
|
@@ -26,7 +26,10 @@
|
|
|
{% trans 'Please, enter the correct phone number and password.' %}
|
|
|
</div>
|
|
|
{% endif %}
|
|
|
- <button class="w-100 btn btn-primary btn-lg" type="submit">{% trans 'Login' %}</button>
|
|
|
+ <div>
|
|
|
+ <a class="w-100 btn btn-primary btn-lg mb-3" href="{% url 'webservice_running:registration' %}">Регистрация</a>
|
|
|
+ <button class=" w-100 btn btn-primary btn-lg" type="submit">{% trans 'Login' %}</button>
|
|
|
+ </div>
|
|
|
<p class="mt-5 mb-3 text-muted">© 2022</p>
|
|
|
</form>
|
|
|
</div>
|