{% extends "base.html" %} {% load static %} {% block title %}Set yearly target{% endblock %} {% block content %}

Set yearly target

{% csrf_token %}
{{ form.as_p }}
{% endblock %}