Adds goodreads data tooltip
This commit is contained in:
parent
e13e13d3f3
commit
95bdf7b787
|
@ -28,7 +28,7 @@
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
{% include 'components/tooltip.html' with controls_text="goodreads-tooltip" %}
|
{% include 'import/tooltip.html' with controls_text="goodreads-tooltip" %}
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="label" for="id_csv_file">{% trans "Data file:" %}</label>
|
<label class="label" for="id_csv_file">{% trans "Data file:" %}</label>
|
||||||
{{ import_form.csv_file }}
|
{{ import_form.csv_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 %}
|
Loading…
Reference in New Issue