diff options
Diffstat (limited to 'templates/patchwork/project.html')
-rw-r--r-- | templates/patchwork/project.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchwork/project.html b/templates/patchwork/project.html index 73e85df..be8cadc 100644 --- a/templates/patchwork/project.html +++ b/templates/patchwork/project.html @@ -18,7 +18,7 @@ <th>Maintainer{{maintainers|length|pluralize}}</th> <td> {% for maintainer in maintainers %} - {{ maintainer.get_profile.name }} + {{ maintainer.profile.name }} <<a href="mailto:{{maintainer.email}}">{{maintainer.email}}</a>> <br /> {% endfor %} |