Skip to content
Snippets Groups Projects

WIP: Upload issues

Merged Carsten Fortmann-Grote requested to merge upload_issues into master
Compare and Show latest version
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
{% extends 'base.html' %}
{% block body %}
<div>
<a href="/files{{ req_path }}/..">Back to parent directory</a>
{% for dir in dirs %}
<p><a href="/files{{ req_path }}/{{ dir }}"><b>{{dir}}/</b></a></p>
{% endfor %}
Loading