{% extends 'base.html' %} {% block title %} Create a NEW Category {% endblock %} {% block content %} {% if user.is_authenticated %}

ADD Category



{% csrf_token %} {{ form.as_p }}
{% else %} PLEASE LOG IN {% endif %} {% endblock %}