summaryrefslogtreecommitdiffstats
path: root/printing_templates
diff options
context:
space:
mode:
Diffstat (limited to 'printing_templates')
-rw-r--r--printing_templates/Flowlayout.html2
-rw-r--r--printing_templates/One Dive.html2
-rw-r--r--printing_templates/Six Dives.html2
-rw-r--r--printing_templates/Two Dives.html2
-rw-r--r--printing_templates/statistics/Default.html18
5 files changed, 13 insertions, 13 deletions
diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html
index a4a155a37..3409b04a9 100644
--- a/printing_templates/Flowlayout.html
+++ b/printing_templates/Flowlayout.html
@@ -129,7 +129,7 @@
</tr>
<tr>
<td class="fieldTitle">
- <h1> Max depth </h1>
+ <h1> Max. depth </h1>
</td>
<td class="fieldData">
<p> {{ dive.depth }} </p>
diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html
index 8cfc12799..7f7945396 100644
--- a/printing_templates/One Dive.html
+++ b/printing_templates/One Dive.html
@@ -142,7 +142,7 @@
</tr>
<tr>
<td class="fieldTitle">
- <h1> Max depth </h1>
+ <h1> Max. depth </h1>
</td>
<td class="fieldData">
<p> {{ dive.depth }} </p>
diff --git a/printing_templates/Six Dives.html b/printing_templates/Six Dives.html
index 1d4bb5b56..0fe48a628 100644
--- a/printing_templates/Six Dives.html
+++ b/printing_templates/Six Dives.html
@@ -136,7 +136,7 @@
<tr>
<td>
<h1> Dive # {{ dive.number }} - {{ dive.date }} {{ dive.time }}</h1>
- <p style="float:right;"> Max depth: {{ dive.depth }} </p>
+ <p style="float:right;"> Max. depth: {{ dive.depth }} </p>
</td>
</tr>
<tr>
diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html
index e82781758..02fb436c1 100644
--- a/printing_templates/Two Dives.html
+++ b/printing_templates/Two Dives.html
@@ -151,7 +151,7 @@
</tr>
<tr>
<td class="fieldTitle">
- <h1> Max depth </h1>
+ <h1> Max. depth </h1>
</td>
<td class="fieldData">
<p> {{ dive.depth }} </p>
diff --git a/printing_templates/statistics/Default.html b/printing_templates/statistics/Default.html
index 4ec02766a..28991c09a 100644
--- a/printing_templates/statistics/Default.html
+++ b/printing_templates/statistics/Default.html
@@ -59,17 +59,17 @@
<td>Year</td>
<td>Dives</td>
<td>Total Time</td>
- <td>Avg Time</td>
+ <td>Avg. Time</td>
<td>Shortest Time</td>
<td>Longest Time</td>
- <td>Avg Depth</td>
- <td>Min Depth</td>
- <td>Max Depth</td>
- <td>Avg SAC</td>
- <td>Min SAC</td>
- <td>Max SAC</td>
- <td>Min Temp</td>
- <td>Max Temp</td>
+ <td>Avg. Depth</td>
+ <td>Min. Depth</td>
+ <td>Max. Depth</td>
+ <td>Avg. SAC</td>
+ <td>Min. SAC</td>
+ <td>Max. SAC</td>
+ <td>Min. Temp</td>
+ <td>Max. Temp</td>
</tr>
{% block main_rows %}
{% for year in years %}