diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-04-04 23:24:54 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-04-04 23:24:54 +0200 |
commit | ef09843b60ee565d270cf9575a9cfb420dcf2a0f (patch) | |
tree | 22fc76776fa0e8ccf407e289a176268123ba294d /src/web/templates/admin/dashboard.html | |
parent | Typo. (diff) | |
download | newspipe-ef09843b60ee565d270cf9575a9cfb420dcf2a0f.tar.gz newspipe-ef09843b60ee565d270cf9575a9cfb420dcf2a0f.tar.bz2 newspipe-ef09843b60ee565d270cf9575a9cfb420dcf2a0f.zip |
Removed email field.
Diffstat (limited to 'src/web/templates/admin/dashboard.html')
-rw-r--r-- | src/web/templates/admin/dashboard.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/web/templates/admin/dashboard.html b/src/web/templates/admin/dashboard.html index 19c67b8e..a710e1be 100644 --- a/src/web/templates/admin/dashboard.html +++ b/src/web/templates/admin/dashboard.html @@ -10,7 +10,6 @@ <tr> <th>#</th> <th>{{ _('Nickname') }}</th> - <th>{{ _('Email') }}</th> <th>{{ _('Member since') }}</th> <th>{{ _('Last seen') }}</th> <th>{{ _('Actions') }}</th> @@ -28,7 +27,6 @@ {% endif %} {% if user.id == current_user.id %} (It's you!){% endif %} </td> - <td><a href="mailto:{{ user.email }}">{{ user.email }}</a></td> <td class="date">{{ user.date_created | datetime }}</td> <td class="date">{{ user.last_seen | datetime }}</td> <td> |