mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-10 22:08:38 -06:00
added server side directory adding, validation and redirecting, show directory path and mention 'files' near filecount in panel header
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<br>
|
||||
Additionally, files can be matched <i>recursively</i> if you so wish. Please note that this functionality may create anomalous behavior around duplicate files.
|
||||
</p>
|
||||
<form action="{% url 'add_submit' %}">
|
||||
<form action="{% url 'add_submit' %}" method="post">
|
||||
{% csrf_token %}
|
||||
<div class="field">
|
||||
<label class="label">Directory</label>
|
||||
|
||||
Reference in New Issue
Block a user