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