forked from mirrors/bookwyrm
8 lines
304 B
HTML
8 lines
304 B
HTML
{% 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 noreferrer">Import/Export page</a> of your Goodreads account.' %}
|
|
|
|
{% endblock %}
|