We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d987b3 commit 886608dCopy full SHA for 886608d
task_manager/templates/tasks/detail.html
@@ -17,7 +17,7 @@ <h3 class="mb-0">{{ task.name }}</h3>
17
</div>
18
<div class="row mb-2">
19
<div class="col-3">{% trans "Автор" %}</div>
20
- <div class="col-9">{{ task.author.username }}</div>
+ <div class="col-9">{ task.author.first_name }} {{ task.author.last_name }}</div>
21
22
23
<div class="col-3">{% trans "Исполнитель" %}:</div>
0 commit comments