diff --git a/powerdnsadmin/routes/admin.py b/powerdnsadmin/routes/admin.py
index 9474503..5b8af61 100644
--- a/powerdnsadmin/routes/admin.py
+++ b/powerdnsadmin/routes/admin.py
@@ -769,7 +769,7 @@ class DetailedHistory():
if 'domain_type' in detail_dict and 'account_id' in detail_dict: # this is a domain creation
self.detailed_msg = render_template_string("""
- Domain type: | {{ domaintype }} |
+ Domain Type: | {{ domaintype }} |
Account: | {{ account }} |
""",
@@ -778,22 +778,23 @@ class DetailedHistory():
elif 'authenticator' in detail_dict: # this is a user authentication
self.detailed_msg = render_template_string("""
-
-
-
-
- User {{ username }} authentication {{ auth_result }}
- |
-
-
+
- Authenticator Type: |
- {{ authenticator }} |
+ Username: |
+ {{ username }} |
- IP Address |
- {{ ip_address }} |
+ Authentication Result: |
+ {{ auth_result }} |
+
+
+ Authenticator Type: |
+ {{ authenticator }} |
+
+
+ IP Address: |
+ {{ ip_address }} |