moviewyrm/bookwyrm/templates/book/file_link_page.html

11 lines
220 B
HTML
Raw Normal View History

2021-12-15 21:11:49 +00:00
{% 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 %}
{% endblock %}