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 749a36b445 Initial commit
2023-06-06 18:18:12 +03:00

15 lines
378 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>
</p>
</html>