{%extends "issue_base.html"%} {%block title1%}Create Issue -{%endblock%} {%block head%}{{form.media}}{%endblock%} {%block body%} {%if form.errors%}

There Were Errors!

{%else%}

Create New Issue

{%endif%}

Download upload.py, a simple tool for uploading diffs from a version control system to the codereview app.

{{form}}
{%endblock%}