]> git.ipfire.org Git - people/jschlag/pbs.git/blobdiff - src/templates/modules/commits-table.html
Drop format_email function which cannot handle User instances
[people/jschlag/pbs.git] / src / templates / modules / commits-table.html
index 38f1915b13b0886e9f230643747bca6e30bb7015..99c7bc1f904f1baed167e683996394e4b67a7dce 100644 (file)
@@ -25,7 +25,7 @@
                                        {{ format_date(commit.date, full_format=True) }}
                                </td>
                                <td>
-                                       {% raw format_email(commit.author) %}
+                                       {% module LinkToUser(commit.author) %}
                                </td>
                                <td>
                                        {{ commit.subject }}