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.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/identity/select.html b/templates/identity/select.html
index dae1ca1..ea4065c 100644
--- a/templates/identity/select.html
+++ b/templates/identity/select.html
@@ -14,7 +14,7 @@
<img src="{% static "img/unknown-icon-128.png" %}" width="32">
{% endif %}
{{ identity }}
- <small>@{{ identity.short_handle }}</small>
+ <small>@{{ identity.handle }}</small>
</a>
{% empty %}
<p class="option empty">You have no identities.</p>
diff --git a/templates/identity/view.html b/templates/identity/view.html
index 2a82478..ffb76db 100644
--- a/templates/identity/view.html
+++ b/templates/identity/view.html
@@ -10,7 +10,7 @@
{% else %}
<img src="{% static "img/unknown-icon-128.png" %}" class="icon">
{% endif %}
- {{ identity }} <small>{{ identity.handle }}</small>
+ {{ identity }} <small>@{{ identity.handle }}</small>
</h1>
{% if not identity.local %}