This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

21 lines
453 B
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<form action="" method="POST">{% csrf_token %}
<label for="choice">What are we gonna upload today?</label>
<select name="choices" id="choices">
<option value="image">Picture</option>
<option value="video">Video</option>
</select>
<button type="submit"> Submit </button>
</form>
</body>
</html>