{% extends 'base2.html' %} {% block title %} Edit Entries {% endblock %} {% block content %} Edit and View {% if user.is_authenticated %}

{% csrf_token %} {{ form }}
{% endif %} {% endblock %}