diff options
-rw-r--r-- | tbc/templates/tbc/book-details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html index 61b4bcb..c282430 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -57,7 +57,7 @@ function redirectToIpynb(notebook) <a href="{% url 'tbc:convert_notebook' chapter.notebook %}">{{ chapter.name }}</a> </td> <td> - <a href="{% static 'Python-Textbook-Companions/' %}{{ chapter.notebook }}">Download</a> + <a href="{% static 'Python-Textbook-Companions/' %}{{ chapter.notebook }}" download>Download</a> </td> </tr> {% endfor %} |