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 abfece95e7 Fixed bugs
2023-06-17 17:09:50 +03:00

17 lines
No EOL
366 B
HTML

<!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="/">Upload another video</a></p>
</body>
</html>