Show ID of Sone in Sone selector.
[Sone.git] / src / main / resources / templates / login.html
index a939bb2..ba69400 100644 (file)
@@ -7,7 +7,7 @@
                        <select name="sone-id">
                                <option disabled="disabled"><%= Page.Login.Option.NoSone|l10n|html></option>
                                <%foreach sones sone>
-                                       <option value="<% sone.id|html>"><% sone.name|html></option>
+                                       <option value="<% sone.id|html>"><% sone.name|html> (<% sone.id|html>)</option>
                                <%/foreach>
                        </select>
                        <button type="submit">Select</button>