This commit is contained in:
2025-03-13 22:08:06 +01:00
commit bab5571428
93 changed files with 4323 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{% extends "torrent/layout.html" %}
{% load django_vite %}
{% block js %}
<script>
const current_user = {{ request.user.min_infos|safe }};
</script>
{% vite_asset "app/torrent.js" %}
{% endblock %}

View File

@@ -0,0 +1 @@
{% extends "base.html" %}