Translation support and minor login view changes #35

Open
rskthomas wants to merge 20 commits from feature/translation into main
Showing only changes of commit a2210bad20 - Show all commits

View file

@ -17,7 +17,7 @@
<thead class="table-light"> <thead class="table-light">
<tr> <tr>
<th scope="col">{% trans "Email" %}</th> <th scope="col">{% trans "Email" %}</th>
<th scope="col">{% trans "Admin?" %}</th> <th scope="col">{% trans "Admin" %}</th>
<th scope="col" class="text-center">{% trans "Actions" %}</th> <th scope="col" class="text-center">{% trans "Actions" %}</th>
</tr> </tr>
</thead> </thead>