summaryrefslogtreecommitdiffstats
path: root/templates/identity
diff options
context:
space:
mode:
Diffstat (limited to 'templates/identity')
-rw-r--r--templates/identity/select.html2
-rw-r--r--templates/identity/view.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/identity/select.html b/templates/identity/select.html
index b3fc41d..5f73464 100644
--- a/templates/identity/select.html
+++ b/templates/identity/select.html
@@ -8,7 +8,7 @@
<a class="option" href="{{ identity.urls.activate }}">
<img src="{{ identity.local_icon_url.relative }}">
<span class="handle">
- {{ identity.name_or_handle }}
+ {{ identity.html_name_or_handle }}
<small>@{{ identity.handle }}</small>
</span>
</a>
diff --git a/templates/identity/view.html b/templates/identity/view.html
index 7e2c8d4..145a0ef 100644
--- a/templates/identity/view.html
+++ b/templates/identity/view.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load emoji_tags %}
{% block title %}{{ identity }}{% endblock %}
@@ -40,7 +41,7 @@
{% endif %}
{% endif %}
- {{ identity.name_or_handle }}
+ {{ identity.html_name_or_handle }}
<small>
@{{ identity.handle }}
<a title="Copy handle"