From 75263e3d2cba649d03579ccfe7f31bcfefd67e8c Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Sun, 14 Jun 2015 06:44:02 +0200 Subject: Printing: rename the "base" template for consistency Change the name of the template "base" to "two_dives" as this name describes it better. Signed-off-by: Gehad elrobey Signed-off-by: Lubomir I. Ivanov --- printing_templates/base.html | 210 -------------------------------------- printing_templates/two_dives.html | 210 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 210 insertions(+), 210 deletions(-) delete mode 100644 printing_templates/base.html create mode 100644 printing_templates/two_dives.html (limited to 'printing_templates') diff --git a/printing_templates/base.html b/printing_templates/base.html deleted file mode 100644 index 574579f90..000000000 --- a/printing_templates/base.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - -{% block main_rows %} - {% for dive in dives %} -
-
-
-
- - - - - - - - - - - - - - - - - - - - - -
-

Dive No.

-
-

{{ dive.number }}

-
-

Date

-

{{ dive.date }}

-
-

Location

-
-

{{ dive.location }}

-
-

Max depth

-
-

{{ dive.depth }}

-
-

Duration

-
-

{{ dive.duration }}

-
- - - - - - - - - - - - - - - - - - - - - -
-

Time.

-
-

{{ dive.time }}

-
-

Air Temp.

-

{{ dive.airTemp }}

-
-

Water Temp.

-
-

{{ dive.waterTemp }}

-
-

Buddy

-
-

{{ dive.buddy }}

-
-

Dive Master

-
-

{{ dive.divemaster }}

-
-
-
-
-
- - - - - - - -
-

Notes

-
-
-

{{ dive.notes }}

-
-
-
-
-
-
- {% endfor %} -{% endblock %} -