Skip to content

Commit 9aeed56

Browse files
authored
Fix typo in teams/private.html (#2847)
1 parent 11037dc commit 9aeed56

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

templates/teams/private.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,47 +16,47 @@ <h2 class="modal-action text-center w-100">{% trans %}Edit Team{% endtrans %}</h
1616
<form id="team-info-form" method="POST" @submit.prevent="updateProfile()">
1717

1818
<div class="mb-2">
19-
<b>{{ form.name.label(clas="mb-2") }}</b>
19+
<b>{{ form.name.label(class="mb-2") }}</b>
2020
{{ form.name(class="form-control") }}
2121
<small class="form-text text-muted">
2222
{{ form.name.description }}
2323
</small>
2424
</div>
2525

2626
<div class="mb-2">
27-
<b>{{ form.password.label(clas="mb-2") }}</b>
27+
<b>{{ form.password.label(class="mb-2") }}</b>
2828
{{ form.password(class="form-control") }}
2929
<small class="form-text text-muted">
3030
{{ form.password.description }}
3131
</small>
3232
</div>
3333

3434
<div class="mb-2">
35-
<b>{{ form.confirm.label(clas="mb-2") }}</b>
35+
<b>{{ form.confirm.label(class="mb-2") }}</b>
3636
{{ form.confirm(class="form-control") }}
3737
<small class="form-text text-muted">
3838
{{ form.confirm.description }}
3939
</small>
4040
</div>
4141

4242
<div class="mb-2">
43-
<b>{{ form.website.label(clas="mb-2") }}</b>
43+
<b>{{ form.website.label(class="mb-2") }}</b>
4444
{{ form.website(class="form-control") }}
4545
<small class="form-text text-muted">
4646
{{ form.website.description }}
4747
</small>
4848
</div>
4949

5050
<div class="mb-2">
51-
<b>{{ form.affiliation.label(clas="mb-2") }}</b>
51+
<b>{{ form.affiliation.label(class="mb-2") }}</b>
5252
{{ form.affiliation(class="form-control") }}
5353
<small class="form-text text-muted">
5454
{{ form.affiliation.description }}
5555
</small>
5656
</div>
5757

5858
<div class="mb-2">
59-
<b>{{ form.country.label(clas="mb-2") }}</b>
59+
<b>{{ form.country.label(class="mb-2") }}</b>
6060
{{ form.country(class="form-select") }}
6161
<small class="form-text text-muted">
6262
{{ form.country.description }}

0 commit comments

Comments
 (0)