{% extends "timepiece/project/base.html" %} {% load url from future %} {% block title %}Remove Project Relationship{% endblock %} {% 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 {{ project }} to {{ user.get_name_or_username }}?

    {% endblock %}