summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tbc/templates/tbc/book-details.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html
index 3099063..415666d 100644
--- a/tbc/templates/tbc/book-details.html
+++ b/tbc/templates/tbc/book-details.html
@@ -37,9 +37,6 @@ function redirectToIpynb(notebook)
<td>
<a href="{% static 'uploads/' %}{{ chapter.notebook }}">Download</a>
</td>
- <td>
- <a href="{% url 'tbc:RedirectToIpynb' chapter.notebook %}">Edit examples of this chapter</a>
- </td>
</tr>
{% endfor %}
</table>