Login and registration #10

Merged
rixx merged 38 commits from 5-authentication into main 2025-03-20 09:20:55 +00:00
Showing only changes of commit c28fa71b9d - Show all commits

View file

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