fix tests

This commit is contained in:
Stefan Antonelli
2021-02-17 19:36:26 +01:00
parent 1c4f774684
commit c4c2bb8095
2 changed files with 4 additions and 17 deletions
+2 -6
View File
@@ -57,13 +57,9 @@
<!-- commenter name and date -->
<div class="comment-author">
<a href="" tal:condition="has_author_link" tal:attributes="href author_home_url">
${reply/author_name}
</a>
<a href="" tal:condition="has_author_link" tal:attributes="href author_home_url">${reply/author_name}</a>
<span tal:condition="not: has_author_link">
${reply/author_name}
</span>
<span tal:condition="not: has_author_link">${reply/author_name}</span>
<span tal:condition="not: reply/author_name" i18n:translate="label_anonymous">Anonymous</span>