Изменение типов кнопок
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="container">
|
||||
<h1 class="mt-5">Сожалеем</h1>
|
||||
<p class="lead"> {{ error_message }}</p>
|
||||
<a href="{{ url_for('index') }}"><button class="btn btn-primary">На главную страницу</button></a>
|
||||
<a href="{{ url_for('index') }}"><button class="btn btn-secondary">На главную страницу</button></a>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="d-flex justify-content-center gap-2">
|
||||
<a href="{{ link }}"><button class="btn btn-primary">Вернуться в меню выбора</button></a>
|
||||
<a href="{{ link }}"><button class="btn btn-secondary">Вернуться в меню выбора</button></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user