{% extends "base.html" %} {% block title %}{{ form_title }} — {{ project.name }} — Fossilrepo{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}
← Back to Technotes

{{ form_title }}

{% csrf_token %} {% if not note %}

Leave blank to use current time.

{% endif %}

Click Preview to render...

Cancel
{% endblock %}