{% extends "base.html" %} {% block content %}
{% include "partials/repo_heading.html" %} {% set repo_tab = "uploads" %} {% include "partials/repo_tabs.html" %}
Edit upload
Back to uploads
{% if form.form_error %} {% endif %}
{% with primary_label="Save changes", cancel_label="Cancel", cancel_href=repo_path ~ "/uploads" %} {% include "partials/form_actions.html" %} {% endwith %}
Upload details
{{ upload.content_type }}
Uploader
{% with user_link_href = "/users/" ~ created_by.username, user_link_username = created_by.username, user_link_label = created_by.name | display_name(created_by.username), user_link_class = "text-decoration-none" %} {% include "partials/hover_card_user_link.html" %} {% endwith %}
Size
{{ form.size_label }}
Created
{{ upload.created_at | humantime }}
Download
Download file
{% endblock %}