|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<title>Страница не найдена</title> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
|
|
|
|
|
<link rel="shortcut icon" href="/static/img/favicon_m.ico"> |
|
|
|
<!-- Core CSS - Include with every page --> |
|
|
|
<link rel="stylesheet" href="/static/css/bootstrap.min.css"> |
|
|
|
<link rel="stylesheet" href="/static/css/bootstrap-theme.min.css"> |
|
|
|
@ -37,7 +37,10 @@ |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-6 col-md-offset-3"> |
|
|
|
<div align="center"><h1>404 - Страница не найдена</h1></div> |
|
|
|
<div align="center"><p>Такого пути '{{ request.path }}' нет нет на сервере</p></div> |
|
|
|
<div align="center"> |
|
|
|
<p>Такого пути '{{ request.path }}' нет нет на сервере</p> |
|
|
|
<a href="/accounts/">На главную</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|