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
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
{% extends 'base.html' %}
{% block body %}
<div>
{% if req_path != "/files" %}
{% if req_path != "/" %}
<p>
<a href="/files{{ req_path }}/..">Back to parent directory</a>
</p>
Loading