Prześlij pliki do 'templates'

This commit is contained in:
Sławomir Łopata 2023-02-20 17:25:42 +01:00
parent 5e0c25f131
commit 921f061a45

View File

@ -1,5 +1,10 @@
<html>
<head>
<title>Zmień hasło</title>
<link rel="stylesheet" href={{ url_for('static', filename='css/editProfile.css') }} />
<link rel="stylesheet" href={{ url_for('static', filename='css/topStyle.css') }} />
<script src={{ url_for('static', filename='js/changePassword.js') }}></script>
</head>
<div id="title">
<a href="/">
<img id="logo" src= {{ url_for('static', filename='images/logo.png') }} />
@ -50,11 +55,7 @@
</div>
{% endif %}
</div>
<title>Zmień hasło</title>
<link rel="stylesheet" href={{ url_for('static', filename='css/editProfile.css') }} />
<link rel="stylesheet" href={{ url_for('static', filename='css/topStyle.css') }} />
<script src={{ url_for('static', filename='js/changePassword.js') }}></script>
</head>
<body>
<h1>Zmień hasło</h1>
<p>{{ msg }}</p>