IT FINALLY CLICKED, added logic behind uploads

This commit is contained in:
Yamozha
2021-02-05 03:18:16 +02:00
parent b3195368ee
commit 348a0a09bc
17 changed files with 147 additions and 7 deletions

View File

@ -0,0 +1,20 @@
<!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>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>test</title>
</head>
<body>
<h1>test 1</h1>
</body>
</html>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>test2</title>
</head>
<body>
<h1>test2</h1>
</body>
</html>