Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey-Barinov committed Apr 25, 2024
1 parent 6504560 commit a04b13a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion page_analyzer/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{% block content %}
<h1>Страница не найдена</h1>
<p>Проверьте корректность адреса</p>
<a href="{ url_for('page_analyzer') }">Вернуться на главную</a>
<a href="{{ url_for('page_analyzer') }}">Вернуться на главную</a>
{% endblock %}

2 changes: 1 addition & 1 deletion page_analyzer/templates/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
{% block content %}
<h1>Ошибка сервера</h1>
<p>Извините, попробуте выполнить ваш запрос позже</p>
<a href="{ url_for('page_analyzer') }">Вернуться на главную</a>
<a href="{{ url_for('page_analyzer') }}">Вернуться на главную</a>
{% endblock %}

0 comments on commit a04b13a

Please sign in to comment.