{% extends "base.html" %} {% block headtitle %} {% if project %} Contributing to {{ project.display_name|escape }} {% else %} Project not found - Contributing {% endif %} {% endblock %} {% block title %} {% if project %} Contributing to {{ project.display_name|escape }} {% else %} Project not found {% endif %} {% endblock %} {% block content %} {% if project %} {% if can_edit and not edit_mode %} [edit] {% endif %} {% if edit_mode %}
Note: all fields are free-form text. No HTML allowed, but fields auto-linkify any URL(s) and auto-add <br/> tags.
{% endif %} {% else %} Project doesn't exist. Create it? {% endif %} {% endblock %}