{% extends 'timepiece/schedule/base.html' %} {% load url from future %} {% load bootstrap_toolkit %} {% block title %}Schedule for the Week of {{ week|date:'M j, Y'}}{% endblock %} {% block extrajs %} {% endblock extrajs %} {% block extracss %} {% endblock extracss %} {% block crumbs %} {{ block.super }}
  • / Edit
  • {% endblock crumbs %} {% block bodyid %}project-hours{% endblock bodyid %} {% block content %}

    Schedule for the Week of {{ week|date:'M j, Y'}}

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