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

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


    {% csrf_token %} {{ form|as_bootstrap:"horizontal" }}
    {% endblock content %}