Adds noscript fallback for links modal

This commit is contained in:
Mouse Reeve
2021-12-15 13:11:49 -08:00
parent 4f576b77a0
commit cc3db31db9
6 changed files with 22 additions and 24 deletions

View File

@ -0,0 +1,10 @@
{% 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 %}