Creates link template subdirectory

This commit is contained in:
Mouse Reeve
2022-01-12 16:46:14 -08:00
parent 5fcdc284ce
commit 262e641c79
7 changed files with 7 additions and 7 deletions

View File

@ -0,0 +1,10 @@
{% extends 'layout.html' %}
{% load i18n %}
{% block title %}
{% trans "File Links" %}
{% endblock %}
{% block content %}
{% include "book/file_links/add_link_modal.html" with book=book active=True static=True id="file-link" %}
{% endblock %}