Show user company in profile
This commit is contained in:
parent
a285d655a7
commit
c28fa71b9d
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue