This commit is contained in:
2025-04-13 11:59:50 +02:00
parent 80640d2580
commit fe3191d4a2
21 changed files with 567 additions and 117 deletions

View File

@@ -6,4 +6,14 @@
const current_user = {{ request.user.min_infos|safe }};
</script>
{% vite_asset "app/torrent.js" %}
<script>
function QWebInit(){
if(typeof(QWebChannel) !== 'undefined'){
new QWebChannel(qt.webChannelTransport, channel => {
})
}
}
</script>
{% endblock %}