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