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
+ 17
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
{% extends 'base.html' %}
{% block body %}
<div>
<p>
<form action="{{ back_link }}" method="get" id="back_form"></form>
<button type="submit" form="back_form">Back to results</button>
</p>
{% if link_to_parent %}
<p>
<a href="/files{{ req_path }}/..">Back to parent directory</a>
Loading