summaryrefslogtreecommitdiff
path: root/lib/filebrowser/templates/filebrowser/append.html
blob: a96b3861fb91010bf35d120b5822975d4c0e53b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% load i18n %}

<div class="module">
    <table>
        <caption>{% trans "FileBrowser" %}</caption>
        <tr class="row2">
            <th scope="row"><a href="{% url fb_browse %}">{% trans "FileBrowser" %}</a></th>
            <td> </td>
            <td> </td>
        </tr>
    </table>
</div>