basic file sending/viewing

This commit is contained in:
Xevion
2020-10-31 12:39:28 -05:00
parent c8fcb09b73
commit 8cbf8396fd
3 changed files with 25 additions and 1 deletions
+3 -1
View File
@@ -17,7 +17,9 @@
<span class="panel-icon pr-4">
<i class="fas fa-{{ file.1 }} fa-lg" aria-hidden="true"></i>
</span>
{{ file.0 }}
<a href="{% url 'file' directory.id file.0 %}">
{{ file.0 }}
</a>
</div>
{% endfor %}
</div>