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

{% trans "Tip: Use RBTools for new review requests" %}

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

{% blocktrans %} rbt post is a command line tool that will create compatible diffs and upload them into new or existing review requests. It can even fill out the fields for you! {% endblocktrans %}

{% blocktrans %} RBTools contains many other helpful tools as well. It's compatible with Windows, Linux, MacOS X, and other unix-like operating systems. {% 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 %}