{% extends "base.html" %} {% load humanize %} {% load static %} {% block title %} Brutaldon ({{ own_acct.username }}) - reply {% endblock %} {% block page_scripts %} {% endblock %} {% block content %}

Redraft

{% include "main/toot_partial.html" with toot=toot active=True %}

Submitting this form will post this replacement toot, and delete the original toot. The replacement toot will not have any favs, boosts, or replies that the original toot had. Currently, media attachments must be re-uploaded. Sorry, working on it.

{% include "main/post_partial.html" %}
{% endblock %} {% block page_scripts_inline %} {% endblock %}