Add username for and link to the Salsa service

Salsa will be gradually replacing the Alioth service.
This commit is contained in:
Paul Wise 2018-01-10 12:13:27 +08:00 committed by Jan Dittberner
parent c13b49b3ce
commit a627c20031
7 changed files with 25 additions and 4 deletions

View file

@ -67,6 +67,13 @@ with this program. If not, see <https://www.gnu.org/licenses/>.
</label><br />
{{ form.nonddemail }}
</div>
<div id="salsausernamefield"{% if form.salsausername.errors %} class="witherrors"{% endif %}>
<label for="salsausername">{{ _('Salsa user name:') }}{% if form.salsausername.errors %}<br />
<span class="errormsg">{{ form.salsausername.errors|join(', ') }}</span>
{% endif %}
</label><br />
{{ form.salsausername }}
</div>
<div id="aliothusernamefield"{% if form.aliothusername.errors %} class="witherrors"{% endif %}>
<label for="aliothusername">{{ _('Alioth user name:') }}{% if form.aliothusername.errors %}<br />
<span class="errormsg">{{ form.aliothusername.errors|join(', ') }}</span>