summaryrefslogtreecommitdiffstats
path: root/templatelayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'templatelayout.cpp')
-rw-r--r--templatelayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/templatelayout.cpp b/templatelayout.cpp
index 2739b6d7e..39bb014d6 100644
--- a/templatelayout.cpp
+++ b/templatelayout.cpp
@@ -63,7 +63,7 @@ QString TemplateLayout::generate()
if (PrintOptions->p_template == print_options::ONE_DIVE) {
templateName = "one_dive.html";
} else if (PrintOptions->p_template == print_options::TWO_DIVE) {
- templateName = "base.html";
+ templateName = "two_dives.html";
}
Grantlee::Template t = m_engine->loadByName(templateName);
if (!t || t->error()) {