{% extends 'base.html' %} {% load static %} {% block title %}Add Activity{% endblock %} {% block content %}

Add a new activity:

{% csrf_token %} Activity: {{ form.activity }}

Target Date/Time: {{ form.target_datetime }}

Estimated Hours: {{ form.estimated_hours }}

Location: {{ form.location }}

Course: {{ form.course }}

{% endblock %}