diff options
| -rw-r--r-- | templates/account.html.ep | 4 | 
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> | 
