diff options
-rw-r--r-- | captain/web.f90 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/captain/web.f90 b/captain/web.f90 index 66718b5..c76e053 100644 --- a/captain/web.f90 +++ b/captain/web.f90 @@ -560,6 +560,7 @@ contains character(128)::job_page_title call template_filepath("index.html", template_file) + call write_log("Template base path is: "//trim(template_file), LOG_DEBUG) call page%init(trim(template_file)) ! Initialize with success |