moviewyrm/bookwyrm/templates/import/tooltip.html

9 lines
304 B
HTML
Raw Normal View History

2021-09-08 14:35:49 +00:00
{% extends 'components/tooltip.html' %}
{% load i18n %}
{% block tooltip_content %}
2022-01-17 19:25:41 +00:00
{% trans 'You can download your Goodreads data from the <a href="https://www.goodreads.com/review/import" target="_blank" rel="noopener noreferrer">Import/Export page</a> of your Goodreads account.' %}
2021-09-08 14:35:49 +00:00
{% endblock %}