archive
/
static-share
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
static-share/templates/file.html

10 lines
252 B
HTML

{% extends 'base.html' %}
{% block title %}file {{ file.get_original_filename }}{% endblock %}
{% block content %}
<h1>{{ file }}</h1>
<h1>{{ token.token }}</h1>
<h2>{% url 'files:file_download' file.short_id token.token %}</h2>
{% endblock %}