phase 1 partial

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-13 22:12:25 +00:00
parent 0b24fe8c77
commit 60263b4682
5 changed files with 2012 additions and 192 deletions

View File

@@ -0,0 +1,19 @@
{% extends "admin/base.html" %}
{% load static %}
{% block title %}{{ title }} | IGNY8 Admin{% endblock %}
{% block branding %}
<h1 id="site-name">
<a href="{% url 'admin:index' %}">
🚀 IGNY8 Administration
</a>
</h1>
{% endblock %}
{% block extrastyle %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'admin/css/igny8_admin.css' %}">
{% endblock %}
{% block nav-global %}{% endblock %}