Creates link template subdirectory
This commit is contained in:
10
bookwyrm/templates/book/file_links/file_link_page.html
Normal file
10
bookwyrm/templates/book/file_links/file_link_page.html
Normal 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 %}
|
Reference in New Issue
Block a user