From 7b01e2eef29f53e748622d9b7e4bfaaf7182bc19 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Wed, 15 Sep 2021 11:39:16 +0200 Subject: [PATCH] Wire up the export functionality in the menu --- templates/_account_bar.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/_account_bar.html b/templates/_account_bar.html index c58edf8..c2e83b5 100644 --- a/templates/_account_bar.html +++ b/templates/_account_bar.html @@ -15,6 +15,7 @@
  • {% trans 'Preferences' %}
  • {% trans 'Import photo via mail address' %}
  • {% trans 'Import libravatar XML export' %}
  • +
  • {% trans 'Download your libravatar data' %}
  • {% trans 'Change password' %}
  • {% trans 'Reset password' %}
  • {% trans 'Logout' %}