Skip to content

Commit cff369d

Browse files
committed
Merge remote-tracking branch 'origin/main' into refactor
# Conflicts: # template.html.jinja
2 parents 4236998 + 310cc7b commit cff369d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
{% endfor %}
5656
</tbody>
5757
</table>
58-
<p>Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
58+
<p>For more information about translations, see the <a href="https://devguide.python.org/documentation/translating/" target="_blank">Python Developer’s Guide</a>. <br> Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
5959
</body>
6060
<script>
6161
function updateProgressBarVisibility() {

0 commit comments

Comments
 (0)