diff options
author | luxagraf <sng@luxagraf.net> | 2018-05-16 20:26:04 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-05-16 20:26:04 -0400 |
commit | 77cb564ab121f82e0aecfadc34225cae08a2b28a (patch) | |
tree | d8f7c48a6f9da3b7528711436f35ff4cc28809c2 /design/templates/details/sighting.html | |
parent | cf3fca6e6ccfafb44cf3d15f1d8f05d5a63c0faf (diff) |
changed sightings to emphasize the dialogue aspect
Diffstat (limited to 'design/templates/details/sighting.html')
-rw-r--r-- | design/templates/details/sighting.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/details/sighting.html b/design/templates/details/sighting.html index 718583f..5a46e14 100644 --- a/design/templates/details/sighting.html +++ b/design/templates/details/sighting.html @@ -9,7 +9,7 @@ {% block primary %} <ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li> - <li><a href="{% url 'sightings:list' %}" title="See all" itemprop="url"><span itemprop="title">Plants and Animals</span></a></li> + <li><a href="{% url 'sightings:list' %}" title="See all" itemprop="url"><span itemprop="title">Dialogues</span></a></li> </ul> <main> |