moviewyrm/bookwyrm/templates/book/file_link_page.html
2022-01-09 20:48:16 -08:00

10 lines
235 B
HTML

{% extends 'layout.html' %}
{% load i18n %}
{% block title %}
{% trans "File Links" %}
{% endblock %}
{% block content %}
{% include "book/file_link_modal.html" with book=book active=True static=True id="file-link" %}
{% endblock %}