Projet

Général

Profil

0001-expose-actions-directory-2554.patch

(pour auquotidien) - Frédéric Péters, 08 août 2018 15:02

Télécharger (928 octets)

Voir les différences:

Subject: [PATCH] expose /actions/ directory (#2554)

 auquotidien/modules/root.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
auquotidien/modules/root.py
771 771
            'themes', 'pages', 'payment', 'invoices', 'roles',
772 772
            'api', 'code', 'fargo', 'tryauth', 'auth', 'preview',
773 773
            ('reload-top', 'reload_top'), 'static',
774
            ('i18n.js', 'i18n_js')]
774
            ('i18n.js', 'i18n_js'), 'actions',]
775 775

  
776 776
    admin = admin.AdminRootDirectory()
777 777
    announces_dir = AnnouncesDirectory()
778
-