{% extends 'timepiece/base.html' %} {% load url from future %} {% block title %}Delete Entry{% endblock %} {% block crumbs %} {{ block.super }}
  • / Delete Entry
  • {% endblock crumbs %} {% block content %}

    Delete Entry


    {% csrf_token %}

    Are you sure you want to delete this entry?

    {% endblock %}