diff options
Diffstat (limited to 'templates/activities/compose.html')
-rw-r--r-- | templates/activities/compose.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/activities/compose.html b/templates/activities/compose.html index 55b4eb3..9d02988 100644 --- a/templates/activities/compose.html +++ b/templates/activities/compose.html @@ -7,6 +7,10 @@ {% csrf_token %} <fieldset> <legend>Content</legend> + {% if reply_to %} + <p>Replying to <a href="{{ reply_to.urls.view }}">{{ reply_to }}</a></p> + {% endif %} + {{ form.reply_to }} {% include "forms/_field.html" with field=form.text %} {% include "forms/_field.html" with field=form.content_warning %} {% include "forms/_field.html" with field=form.visibility %} |