Bug 10632 - Enable datatables for courses and course details in the OPAC
[srvgit] / opac / opac-account.pl
index c3cb9b4..3907001 100755 (executable)
@@ -30,7 +30,7 @@ use warnings;
 my $query = new CGI;
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {
-        template_name   => "opac-account.tmpl",
+        template_name   => "opac-account.tt",
         query           => $query,
         type            => "opac",
         authnotrequired => 0,