bookwyrm-mastodon/bookwyrm/templates/book/file_link_page.html

11 lines
235 B
HTML
Raw Normal View History

2021-12-15 16:11:49 -05:00
{% extends 'layout.html' %}
{% load i18n %}
{% block title %}
{% trans "File Links" %}
{% endblock %}
{% block content %}
2022-01-09 23:48:16 -05:00
{% include "book/file_link_modal.html" with book=book active=True static=True id="file-link" %}
2021-12-15 16:11:49 -05:00
{% endblock %}