Add domain count

pull/1/head
ClaraCrazy 2023-11-04 11:38:31 +01:00
parent a91bad3901
commit 8ab1222b84
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<fieldset>
<label for="nameField">Name</label>
<input type="text" id="nameField" name="username" value="{{ username }}">
<label for="commentField">Domain</label>
<label for="commentField">Domain ({{ domains|length }})</label>
<div class="dropdown">
<select id="commentField" name="domain">
{% for domain in domains %}