From 7fc341b24a56992aa9990c467c23a03d26fa96db Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 13 Jul 2018 08:04:09 +0200 Subject: [PATCH] Wire up importing photo via mail and importing libravatar export in the menu --- templates/_account_bar.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/_account_bar.html b/templates/_account_bar.html index 5b55d9a..45c4c35 100644 --- a/templates/_account_bar.html +++ b/templates/_account_bar.html @@ -13,6 +13,8 @@ {% if request.user.is_authenticated %} {% trans 'Profile' %} {% trans 'Preferences' %} + {% trans 'Import photo via mail address' %} + {% trans 'Import libravatar XML export' %} {% trans 'Logout' %} {% else %} {% trans 'Local' %}