Files @ a45e44a1f681
Branch filter:

Location: symposion_app/pinaxcon/apps.py

James Polley
Merge branch 'notification_help' into 'master'

Correct list of tags available in notification templates.

See merge request LCA2018/symposion_app!25
1
2
3
4
5
6
from django.apps import AppConfig as BaseAppConfig


class AppConfig(BaseAppConfig):

    name = "pinaxcon"