summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--printing_templates/two_dives.html (renamed from printing_templates/base.html)0
-rw-r--r--templatelayout.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/printing_templates/base.html b/printing_templates/two_dives.html
index 574579f90..574579f90 100644
--- a/printing_templates/base.html
+++ b/printing_templates/two_dives.html
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()) {