Show user company in profile

This commit is contained in:
Tobias Kunze 2025-03-19 16:58:14 +01:00
parent a285d655a7
commit c28fa71b9d

View file

@ -31,6 +31,10 @@
<th>{% translate "Last name" %}</th>
<td>{{ request.user.last_name }}</td>
</tr>
<tr>
<th>{% translate "Company" %}</th>
<td>{{ request.user.company }}</td>
</tr>
</tbody>
</table>
</div>