summaryrefslogtreecommitdiffstats
path: root/templates/activities/compose.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/compose.html')
-rw-r--r--templates/activities/compose.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/activities/compose.html b/templates/activities/compose.html
index 9d02988..1a02227 100644
--- a/templates/activities/compose.html
+++ b/templates/activities/compose.html
@@ -8,7 +8,8 @@
<fieldset>
<legend>Content</legend>
{% if reply_to %}
- <p>Replying to <a href="{{ reply_to.urls.view }}">{{ reply_to }}</a></p>
+ <label>Replying to</label>
+ {% include "activities/_mini_post.html" with post=reply_to %}
{% endif %}
{{ form.reply_to }}
{% include "forms/_field.html" with field=form.text %}