diff options
-rw-r--r-- | printing_templates/Flowlayout.html | 2 | ||||
-rw-r--r-- | printing_templates/One Dive.html | 2 | ||||
-rw-r--r-- | printing_templates/Six Dives.html | 2 | ||||
-rw-r--r-- | printing_templates/Table.html | 2 | ||||
-rw-r--r-- | printing_templates/Two Dives.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html index 3409b04a9..ec957e549 100644 --- a/printing_templates/Flowlayout.html +++ b/printing_templates/Flowlayout.html @@ -179,7 +179,7 @@ </tr> <tr> <td class="fieldTitle"> - <h1> Divemaster </h1> + <h1> Dive guide </h1> </td> <td class="fieldData"> <p> {{ dive.divemaster }} </p> diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html index a9ee00471..648eaaabb 100644 --- a/printing_templates/One Dive.html +++ b/printing_templates/One Dive.html @@ -212,7 +212,7 @@ <p> {{ dive.duration }} </p> </td> <td class="fieldTitle"> - <b> Dive Master </b> + <b> Dive Guide </b> </td> <td class="fieldData"> <p> {{ dive.divemaster }} </p> diff --git a/printing_templates/Six Dives.html b/printing_templates/Six Dives.html index 0fe48a628..77290e830 100644 --- a/printing_templates/Six Dives.html +++ b/printing_templates/Six Dives.html @@ -153,7 +153,7 @@ <td> SAC: {{ dive.sac }}</td> </tr> <tr> - <td> Divemaster: {{ dive.divemaster }}</td> + <td> Dive guide: {{ dive.divemaster }}</td> <td> Buddy: {{ dive.buddy }}</td> <td> Rating: {{ dive.rating }}/5</td> </tr> diff --git a/printing_templates/Table.html b/printing_templates/Table.html index e4d921fae..27683fb46 100644 --- a/printing_templates/Table.html +++ b/printing_templates/Table.html @@ -61,7 +61,7 @@ <th>Time</th> <th>Depth</th> <th>Duration</th> - <th>Master</th> + <th>Guide</th> <th>Location</th> </tr> {% block main_rows %} diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html index 02fb436c1..47f14f12a 100644 --- a/printing_templates/Two Dives.html +++ b/printing_templates/Two Dives.html @@ -201,7 +201,7 @@ </tr> <tr> <td class="fieldTitle"> - <h1> Divemaster </h1> + <h1> Dive Guide </h1> </td> <td class="fieldData"> <p> {{ dive.divemaster }} </p> |