{% extends "timepiece/project/base.html" %} {% load url from future %} {% block title %}Remove Project Relationship{% endblock title %} {% block crumbs %} {{ block.super }}
  • / Remove Relationship
  • {% endblock crumbs %} {% block content %}

    Remove Project Relationship


    {% csrf_token %}

    Are you sure you want to remove the assignment of {{ object.project }} to {{ object.user.get_name_or_username }}?

    {% endblock content %}