Prześlij pliki do 'templates'
This commit is contained in:
parent
5e0c25f131
commit
921f061a45
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user