This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
NG_2023_Video/templates/success.html
Heorhii Mykhailenko 4d9aecf18e Impoved style
2023-06-15 21:04:28 +03:00

17 lines
No EOL
375 B
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<title>Video upload</title>
</head>
<body>
<p>The modified video was sent to your email address. You can upload another one if you want to.</p>
{% if error %}
<p>The following errors occurred:<br>
{{ error | safe }}</p>
{% endif %}
<p><a href="index.html">Upload another video</a></p>
</body>
</html>