diff --git a/tildes/tildes/templates/topic.jinja2 b/tildes/tildes/templates/topic.jinja2
index 20d8eaa..12d9158 100644
--- a/tildes/tildes/templates/topic.jinja2
+++ b/tildes/tildes/templates/topic.jinja2
@@ -344,6 +344,12 @@
Unknown user
{% else %}
{{ link_to_user(entry.user) }}
+
+ {% if entry.user == topic.user %}
+
+ (OP)
+
+ {% endif %}
{% endif %}
{{ entry }}
({{ time_ago(entry.event_time, abbreviate=True) }})