From ccddcc3952fec5195690c154f736690093e544d2 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Tue, 28 Jul 2015 09:24:24 +0200 Subject: Printing: rename templates to have spaces and capitalization This is easier to have user friendly names for the bundled templates. Signed-off-by: Gehad elrobey Signed-off-by: Lubomir I. Ivanov --- printing_templates/two_dives.html | 227 -------------------------------------- 1 file changed, 227 deletions(-) delete mode 100644 printing_templates/two_dives.html (limited to 'printing_templates/two_dives.html') diff --git a/printing_templates/two_dives.html b/printing_templates/two_dives.html deleted file mode 100644 index 0c8eec14c..000000000 --- a/printing_templates/two_dives.html +++ /dev/null @@ -1,227 +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 %} -