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