hide gamechanger if no gamechanger account exists

This commit is contained in:
2022-06-10 17:16:18 -05:00
parent b0b1075769
commit 8b7ba22d6e
4 changed files with 54 additions and 24 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 3.2.13 on 2022-06-10 21:58
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('gamechanger', '0004_alter_player_id'),
]
operations = [
migrations.AlterModelOptions(
name='preferences',
options={'verbose_name_plural': 'preferences'},
),
]