forked from jan/debianmemberportfolio
Add username for and link to the Salsa service
Salsa will be gradually replacing the Alioth service.
This commit is contained in:
parent
c13b49b3ce
commit
a627c20031
7 changed files with 25 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue