Skip to content
Snippets Groups Projects
Commit ea763bfe authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

use sorter pathes

parent b3580be4
Branches
Tags
No related merge requests found
...@@ -97,7 +97,7 @@ sub update_ssp_authsources { ...@@ -97,7 +97,7 @@ sub update_ssp_authsources {
my $tt2 = Template->new({ my $tt2 = Template->new({
INCLUDE_PATH => $templates_dir INCLUDE_PATH => $templates_dir
}); });
my $template = 'accountProfiles/valid-accounts.php.tt2'; my $template = 'accounts/accounts.php.tt2';
my $data = { my $data = {
accounts => $accounts, accounts => $accounts,
}; };
......
nobase_templates_DATA = \ nobase_templates_DATA = \
accountProfiles/valid-accounts.php.tt2 \ accounts/accounts.php.tt2 \
mail/en/send_authentication_token.tt2.eml \ mail/en/send_authentication_token.tt2.eml \
mail/fr/send_authentication_token.tt2.eml \ mail/fr/send_authentication_token.tt2.eml \
web/en/errors.tt2.html \ web/en/errors.tt2.html \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment