{% extends 'main/dashboardbase.html'%}
{% block content %}
{% load static %}
Save
Cancel
{% csrf_token %}
Title
Price
Description
const inputElement = document.querySelector('input[type="file"]');
const pond = FilePond.create(inputElement);
FilePond.setOptions({
server: '#'
});
{% endblock%}
Подробнее здесь: https://stackoverflow.com/questions/546 ... ge-preview
Мобильная версия