Update title for user details

parent 5fadab0c
......@@ -5,7 +5,7 @@
<link rel="stylesheet" type="text/css" href="{% static 'homepage/style.css' %}">
{% endblock %}
{% block title %}{{object.pk}}{% endblock %}
{% block title %}{{object.last_name}}, {{object.first_name}} {{object.middle_name}}{% endblock %}
{% block content %}
<div class="flex-container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment