{% extends "base.html" %} {% load djblets_deco %} {% load i18n %} {% block title %}{% trans "New Review Request" %}{% endblock %} {% block css %} {% endblock %} {% block scripts-post %} {% endblock %} {% block content %} {% box "tip" %}

{% trans "Tip: Use post-review" %}

{% blocktrans %} You can simplify creating and updating review requests by using post-review. {% endblocktrans %}

{% blocktrans %} post-review is a command line tool that will help create compatible diffs, create new review requests, and update them, effortlessly. It is compatible with Windows, Linux, MacOS X, and Solaris. {% endblocktrans %}

{% endbox %}
{% box "new-review-request" %}

{% trans "New Review Request" %}

{{form.repository}} {{form.repository.errors}}
{% blocktrans %} You won't be able to add any diffs to this review request. The review request will only be usable for reviewing screenshots and other graphic files. {% endblocktrans %}
{{form.changenum}} {{form.changenum.errors}}
{{form.basedir}} {{form.basedir.errors}}
{{form.basedir.help_text}}
{{form.diff_path}} {{form.diff_path.errors}}
{{form.diff_path.help_text}}
{{form.parent_diff_path}} {{form.parent_diff_path.errors}}
{{form.parent_diff_path.help_text}}
{% endbox %}
{% endblock %}