diff --git a/templates/user_base.html b/templates/user_base.html index 223ee24d..33eceaef 100644 --- a/templates/user_base.html +++ b/templates/user_base.html @@ -58,6 +58,12 @@ title="Copy {{ handle }} to clipboard"> {% endif %} + {% if proto.LABEL == 'atproto' %} + {% set did = user.get_copy(PROTOCOLS['atproto']) %} +