chore: Rename includable templates
This commit is contained in:
parent
ec1ff82c39
commit
915da1acc8
@ -1,11 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
{% include 'head.html' %}
|
||||
{% include '_head.html' %}
|
||||
<body>
|
||||
|
||||
{% include 'header.html' %}
|
||||
{% include '_header.html' %}
|
||||
|
||||
{% include 'sidenav.html' %}
|
||||
{% include '_sidenav.html' %}
|
||||
<div id="popup-overlay">
|
||||
<div id="popup">
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
{% include 'head.html' %}
|
||||
{% include '_head.html' %}
|
||||
<body>
|
||||
|
||||
{% include 'header.html' %}
|
||||
{% include '_header.html' %}
|
||||
|
||||
{% include 'sidenav.html' %}
|
||||
{% include '_sidenav.html' %}
|
||||
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
{% include 'head.html' %}
|
||||
{% include '_head.html' %}
|
||||
<body>
|
||||
{% include 'header.html' %}
|
||||
{% include '_header.html' %}
|
||||
|
||||
<div class="container">
|
||||
<div class="info1 divv" >
|
||||
|
@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
{% include 'head.html' %}
|
||||
{% include '_head.html' %}
|
||||
<body>
|
||||
|
||||
{% include 'header.html' %}
|
||||
{% include '_header.html' %}
|
||||
|
||||
|
||||
<div class="container">
|
||||
@ -20,7 +20,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include 'sidenav.html' %}
|
||||
{% include '_sidenav.html' %}
|
||||
{% if error %}
|
||||
<div id="error">
|
||||
<p>{{ error }}</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user