Adds goodreads data tooltip

This commit is contained in:
Mouse Reeve
2021-09-08 07:35:49 -07:00
parent e13e13d3f3
commit 95bdf7b787
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
{% extends 'components/tooltip.html' %}
{% load i18n %}
{% block tooltip_content %}
{% trans 'You can download your GoodReads data from the <a href="https://www.goodreads.com/review/import" target="_blank" rel="noopener">Import/Export page</a> of your GoodReads account.' %}
{% endblock %}