mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-21 23:24:18 +00:00
Fix "Nome servizio"
This commit is contained in:
parent
11c00c8de7
commit
e85cbba7ce
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<option value="{{ ente.eid }}">{{ ente.nomeente }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<input class="form-control" type="text" placeholder="Nome ente" name="nomeservizio">
|
||||
<input class="form-control" type="text" placeholder="Nome servizio" name="nomeservizio">
|
||||
<input class="form-control" type="text" placeholder="Locazione" name="locazione">
|
||||
<input class="form-control" type="submit">
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue