i18n
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-07-18 20:15:10 +00:00
parent 9604e030dd
commit 6cc66fa0d2
1 changed files with 3 additions and 3 deletions

View File

@ -89,11 +89,11 @@ Whether you're a licensed ham or just a loyal viewer, add your name and help us
</style>
<form id="namninsamling-form" action="https://sa6anw.se/submit" method="post">
<label>Callsign:</label><br>
<label>Callsign</label><br>
<input type="text" name="signal" id="signal"><br>
<label>Förnamn / First name:</label><br>
<label>{sv:Förnamn}{en:First name}</label><br>
<input type="text" name="fornamn" required><br>
<label>Efternamn / Surname:</label><br>
<label>{sv:Efternamn}{en:Surname}</label><br>
<input type="text" name="efternamn" required><br><br>
<input type="submit" value="{sv:Skicka}{en:Send}">
</form>