projects
/
ais.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
875a2a0
)
Fixed vessel details html title
author
Jean-Michel Nirgal Vourgère
<jmv@nirgal.com>
Mon, 11 Apr 2011 15:55:04 +0000
(15:55 +0000)
committer
Jean-Michel Nirgal Vourgère
<jmv@nirgal.com>
Mon, 11 Apr 2011 15:55:04 +0000
(15:55 +0000)
html_templates/vessel.html
patch
|
blob
|
history
diff --git
a/html_templates/vessel.html
b/html_templates/vessel.html
index 6950387484b1fe6ae344eb66b37d14378b76e22a..b88df3e7110201792d2e964b4e5689632a34c5fd 100644
(file)
--- a/
html_templates/vessel.html
+++ b/
html_templates/vessel.html
@@
-5,13
+5,16
@@
{{ form.media }}
{% endblock %}
+{% block title %}
+{{ nmea.get_title}} - ship details - AIS
+{% endblock %}
+
{% block breadcrumbs %}
{{ block.super }}
/ <a href="/vessel/{{nmea.strmmsi}}/">{{nmea.strmmsi}}</a>
{% endblock %}
{% block content %}
-<title>{{ nmea.get_title}} - ship details - AIS</title>
<h3>{{ nmea.get_title }}</h3>
MMSI: {{ nmea.get_mmsi_public }}<br>
Last updated: {{ nmea.get_last_updated_str }}<br>