summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-07-13 21:41:29 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-07-13 21:41:29 +0200
commite361d39c0afa85f0f8245ce0305ebf1d3c3e709e (patch)
tree6536a8c1c97a7f8118ee460c08c8d0974e1e9f27
parent1f673db4eac835f9237caa0b75dcac485f31e817 (diff)
whoops1.22.10
-rw-r--r--templates/account.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep
index 7658237..27b82a0 100644
--- a/templates/account.html.ep
+++ b/templates/account.html.ep
@@ -147,7 +147,7 @@
% }
</td>
</tr>
- <tr>
+ <!-- <tr>
<th scope="row">Externe Dienste</th>
<td>
<a href="/account/services"><i class="material-icons">edit</i></a>
@@ -158,7 +158,7 @@
<span style="color: #999999;">Keine</span>
% }
</td>
- </tr>
+ </tr> -->
<tr>
<th scope="row">Registriert am</th>
<td><%= $acc->{registered_at}->strftime('%d.%m.%Y %H:%M') %></td>