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

    Edit {{ user.get_name_or_username }}'s {{ project }} Relationship


    {% csrf_token %} {{ relationship_form|as_bootstrap:"horizontal" }}
    {% endblock %}