Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1from django.apps import AppConfig 

2from django.utils.translation import gettext_lazy as _ 

3 

4 

5class JsanctionsConfig(AppConfig): 

6 name = "jsanctions" 

7 verbose_name = _("Sanction Lists")