Add game app with group and music video models, views, and templates

This commit is contained in:
Edgar P. Burkhart 2025-06-13 17:10:56 +02:00
parent d7545ab43c
commit ba746c9cae
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
20 changed files with 315 additions and 48 deletions

View file

@ -1,7 +1,6 @@
{% extends "base.html" %}
{% load form %}
{% block content %}
<h1>Connexion</h1>
{% form form submit="Se connecter" %}
<h1>Connexion</h1>
{% form form submit="Se connecter" %}
{% endblock content %}