mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
printing: replace dive master by dive guide in templates
This does not rename the variables, only the user-visible output. Case "Dive guide" vs. "Dive Guide" is according to the rest of the templates. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
0310eb31da
commit
bdf990d40e
5 changed files with 5 additions and 5 deletions
|
@ -179,7 +179,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="fieldTitle">
|
||||
<h1> Divemaster </h1>
|
||||
<h1> Dive guide </h1>
|
||||
</td>
|
||||
<td class="fieldData">
|
||||
<p> {{ dive.divemaster }} </p>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -201,7 +201,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="fieldTitle">
|
||||
<h1> Divemaster </h1>
|
||||
<h1> Dive Guide </h1>
|
||||
</td>
|
||||
<td class="fieldData">
|
||||
<p> {{ dive.divemaster }} </p>
|
||||
|
|
Loading…
Reference in a new issue