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
5 files
+ 56
11
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 10
0
{% extends 'base.html' %}
{% block body %}
<div>
<p>
<a href="{{back_link}}">
Back to results page
</a>
</p>
{% if link_to_parent %}
<p>
<a href="/files{{ req_path }}/..">Back to parent directory</a>
</p>
{% endif %}
{% for dir in dirs %}
<p><a href="/files{{ req_path }}/{{ dir }}"><b>{{dir}}/</b></a></p>
{% endfor %}
Loading