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

more consistency in template names

parent 918717e8
Branches
Tags
No related merge requests found
...@@ -124,8 +124,8 @@ sub run { ...@@ -124,8 +124,8 @@ sub run {
}; };
my $text_content; my $text_content;
my $html_content; my $html_content;
$tt2->process('send_authentication_token.tt2.txt', $data, \$text_content); $tt2->process('send_challenge.txt.tt2', $data, \$text_content);
$tt2->process('send_authentication_token.tt2.html', $data, \$html_content); $tt2->process('send_challenge.html.tt2', $data, \$html_content);
my $message = Email::MIME->create( my $message = Email::MIME->create(
header_str => [ header_str => [
......
...@@ -12,8 +12,8 @@ nobase_apptemplates_DATA = \ ...@@ -12,8 +12,8 @@ nobase_apptemplates_DATA = \
accounts/student2.tt2 \ accounts/student2.tt2 \
accounts/teacher1.tt2 \ accounts/teacher1.tt2 \
accounts/teacher2.tt2 \ accounts/teacher2.tt2 \
mail/send_authentication_token.tt2.txt \ mail/send_challenge.txt.tt2 \
mail/send_authentication_token.tt2.html \ mail/send_challenge.html.tt2 \
other/accounts.csv.tt2 \ other/accounts.csv.tt2 \
other/accounts.php.tt2 \ other/accounts.php.tt2 \
web/edugain/errors.html.tt2 \ web/edugain/errors.html.tt2 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment