summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/patch.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/patch.html')
-rw-r--r--templates/patchwork/patch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchwork/patch.html b/templates/patchwork/patch.html
index be831e9..f18ee3b 100644
--- a/templates/patchwork/patch.html
+++ b/templates/patchwork/patch.html
@@ -68,7 +68,7 @@ function toggle_headers(link_id, headers_id)
{% if patch.delegate %}
<tr>
<th>Delegated to:</th>
- <td>{{ patch.delegate.get_profile.name }}</td>
+ <td>{{ patch.delegate.profile.name }}</td>
</tr>
{% endif %}
<tr>