gestiojeux/gestiojeux_auth/apps.py
Guillaume Bertholon be99a76829 Simplify header and adapt auth pages style
Having a title in the header is worse than a normal title inside the
page. Restore the border to compensate.
2020-11-22 13:34:01 +01:00

5 lines
104 B
Python

from django.apps import AppConfig
class GestiojeuxAuthConfig(AppConfig):
name = "gestiojeux_auth"