diff --git a/templates/activities/home.html b/templates/activities/home.html
index 3194798a..270c3f40 100644
--- a/templates/activities/home.html
+++ b/templates/activities/home.html
@@ -12,7 +12,9 @@
Identities
{{ identity.html_name_or_handle }}
+
@{{ identity.handle }}
+
diff --git a/templates/admin/identities.html b/templates/admin/identities.html
index 62c87e32..090055b4 100644
--- a/templates/admin/identities.html
+++ b/templates/admin/identities.html
@@ -35,7 +35,9 @@
{{ identity.html_name_or_handle }}
+
@{{ identity.handle }}
+
|
{% if identity.restriction == 1 %}
diff --git a/templates/admin/identity_edit.html b/templates/admin/identity_edit.html
index 2f9fa286..ff41338b 100644
--- a/templates/admin/identity_edit.html
+++ b/templates/admin/identity_edit.html
@@ -3,7 +3,12 @@
{% block subtitle %}{{ identity.name_or_handle }}{% endblock %}
{% block settings_content %}
- {{ identity.html_name_or_handle }} {{ identity.handle }}
+
+ {{ identity.html_name_or_handle }}
+
+ @{{ identity.handle }}
+
+
|