# HG changeset patch # User Sean Farley # Date 2015-01-26 22:10:24 # Node ID 488a411b989b6cc9a2cae7764f75ccfc9292e517 # Parent 923037eb67d422dfc922d5089881238fa3e3c106 admin: drop unnecessary use of h.email_or_none when we already have an email address diff --git a/kallithea/templates/admin/gists/edit.html b/kallithea/templates/admin/gists/edit.html --- a/kallithea/templates/admin/gists/edit.html +++ b/kallithea/templates/admin/gists/edit.html @@ -50,7 +50,7 @@ ${h.form(h.url('edit_gist', gist_id=c.gist.gist_access_id), method='post', id='eform')}
- gravatar + gravatar
diff --git a/kallithea/templates/admin/notifications/notifications_data.html b/kallithea/templates/admin/notifications/notifications_data.html --- a/kallithea/templates/admin/notifications/notifications_data.html +++ b/kallithea/templates/admin/notifications/notifications_data.html @@ -10,7 +10,7 @@ unread = lambda n:{False:'unread'}.get(n
- gravatar + gravatar
${notification.notification.description} diff --git a/kallithea/templates/admin/notifications/show_notification.html b/kallithea/templates/admin/notifications/show_notification.html --- a/kallithea/templates/admin/notifications/show_notification.html +++ b/kallithea/templates/admin/notifications/show_notification.html @@ -28,7 +28,7 @@
- gravatar + gravatar
${c.notification.description}