mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: remove empty lines from ssh_keys text area, and show helpful message
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
parent
7e06823e58
commit
48e5dc6763
4 changed files with 38 additions and 4 deletions
|
@ -264,6 +264,13 @@
|
|||
<textarea id="id_ssh" name="PK"
|
||||
rows="5" cols="30">{{ ssh_pks | join("\n") }}</textarea>
|
||||
</p>
|
||||
<p>
|
||||
<em>
|
||||
{{
|
||||
"Specify multiple SSH Keys separated by new line, empty lines are ignored." | tr
|
||||
}}
|
||||
</em>
|
||||
</p>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue