From ec634f2ad382f659eedae884154d0db9a2a006b2 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 24 Nov 2022 15:17:32 -0700 Subject: Initial reply-to feature --- templates/activities/compose.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/activities/compose.html') 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 %}
Content + {% if reply_to %} +

Replying to {{ reply_to }}

+ {% 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 %} -- cgit v1.2.3