diff --git a/templates/test.html b/templates/test.html
index 029a712..92463ce 100644
--- a/templates/test.html
+++ b/templates/test.html
@@ -79,7 +79,7 @@
{% for item in ptqy %}
- {% if icons.get(item.event) %}
+ {% if icons.serendipity.get(item.event) %}

{% else %}
{{ item.event }}
@@ -100,7 +100,7 @@
{% for item in jsqy %}
- {% if icons.get(item.event) %}
+ {% if icons.serendipity.get(item.event) %}

{% else %}
{{ item.event }}
@@ -121,7 +121,7 @@
{% for item in cwqy %}
- {% if icons.get(item.event) %}
+ {% if icons.serendipity.get(item.event) %}

{% else %}
{{ item.event }}