+ {{ user.display_name }} + + + @{{ user.acct }} + + +
+ {{ user.note | relink_toot | strip_html | safe }} ++
+ +diff --git a/brutaldon/templates/main/block.html b/brutaldon/templates/main/block.html new file mode 100644 index 0000000..257bfcb --- /dev/null +++ b/brutaldon/templates/main/block.html @@ -0,0 +1,58 @@ +{% extends "base.html" %} +{% load taglinks %} +{% load sanitizer %} + +{% block title %}Brutaldon - confirm (un)block {% endblock %} + +{% block content %} + {% if relationship.blocking %} +
+ {{ user.display_name }} + + + @{{ user.acct }} + + +
+ {{ user.note | relink_toot | strip_html | safe }} ++
+ ++ {{ user.display_name }} + + + @{{ user.acct }} + + +
+ {{ user.note | relink_toot | strip_html | safe }} ++
+ +