diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-17 21:06:38 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-17 21:06:38 +0100 |
commit | 8e12b613da0797b2be85049a3a3c50b9fd90a201 (patch) | |
tree | a3edc73e524f03b1d765645d23f73b913ebbdb5e /ctrack/templates/users | |
parent | 7e6afba545729d00de177eceb4bac2619b35eb61 (diff) |
added simple date time event to admin
Diffstat (limited to 'ctrack/templates/users')
-rw-r--r-- | ctrack/templates/users/user_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/templates/users/user_detail.html b/ctrack/templates/users/user_detail.html index 5b9386f..f4f466f 100644 --- a/ctrack/templates/users/user_detail.html +++ b/ctrack/templates/users/user_detail.html @@ -39,7 +39,7 @@ <table class="table table-bordered"> <thead> <tr> - <th>Event</th> + <th class="w-25">Event</th> <th>Comments</th> </tr> </thead> |