<!DOCTYPE html> <html> <head> <title>Create Multiple Shifts</title> </head> <body> <h2>Create Multiple Shifts</h2> <form method="post"> {% csrf_token %} {{ form.as_p }} <button type="submit">Submit</button> </form> </body> </html>