]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/patch.html
Resolve removed 'AUTH_PROFILE_MODULE' setting
[patchwork] / templates / patchwork / patch.html
index be831e9c31f551d429d27333556199d0b8fbac32..f18ee3b789e92de900f4814a79fb90027c693f03 100644 (file)
@@ -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>