Sync game name and edition name fields for QOL

This commit is contained in:
2023-02-20 18:21:48 +01:00
parent 94706595c5
commit 56ffde8402
4 changed files with 53 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"/>
<link rel="stylesheet" href="{% static 'base.css' %}" />
</head>
<body class="dark">
<div class="dark:bg-gray-800 min-h-screen">
<nav class="mb-4 bg-white dark:bg-gray-900 border-gray-200 rounded">
@ -47,6 +47,7 @@
</div>
{% load version %}
<span class="fixed left-2 bottom-2 text-xs text-slate-300 dark:text-slate-600">{% version %} ({% version_date %})</span>
{% block scripts %}{% endblock scripts %}
</body>
</html>