diff options
Diffstat (limited to 'hyperkitty/templates')
| -rw-r--r-- | hyperkitty/templates/month_view.html | 9 | ||||
| -rw-r--r-- | hyperkitty/templates/search.html | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html index 96c8fc9..ba994d2 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -63,15 +63,6 @@ <li class="youdislike"> <a href="#dislike"> Dislike</a> </li> - {% if email.answers %} - <li class="showdiscussion"> - <a href="#show"> Show discussion</a> - </li> - {% else %} - <li class="showdiscussion invisible"> - <a href="#show"> Show discussion</a> - </li> - {% endif %} </ul> </div> </div> diff --git a/hyperkitty/templates/search.html b/hyperkitty/templates/search.html index 559eba4..a11e87d 100644 --- a/hyperkitty/templates/search.html +++ b/hyperkitty/templates/search.html @@ -67,15 +67,6 @@ <li class="youdislike"> <a href="#dislike"> Dislike</a> </li> - {% if email.answers %} - <li class="showdiscussion"> - <a href="#show"> Show discussion</a> - </li> - {% else %} - <li class="showdiscussion invisible"> - <a href="#show"> Show discussion</a> - </li> - {% endif %} </ul> </div> </div> |
