diff --git a/lib/kmxgit_web/templates/user/show.html.heex b/lib/kmxgit_web/templates/user/show.html.heex
index 9b54d9d..ccc746b 100644
--- a/lib/kmxgit_web/templates/user/show.html.heex
+++ b/lib/kmxgit_web/templates/user/show.html.heex
@@ -51,11 +51,6 @@
<td><%= @user.slug.slug %></td>
</tr>
<tr>
- <th><%= gettext "Description" %></th>
- <td>
- </td>
- </tr>
- <tr>
<th><%= gettext "Deploy only" %></th>
<td><%= @user.deploy_only %></td>
</tr>