Browse Source

ajout d'une classe css oubliée

julpec 8 years ago
parent
commit
1b7bd829f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panorama/templates/panorama/locate_point.html

+ 1 - 1
panorama/templates/panorama/locate_point.html

@@ -16,7 +16,7 @@
 
 
 {% block top-menu-pano-items %}
 {% block top-menu-pano-items %}
     {% if located_panoramas|length == 0 %}
     {% if located_panoramas|length == 0 %}
-        <a class="navbar-brand" href="#">{% trans "No panorama seeing this point !" %}</a>
+        <a class="navbar-brand result-title" href="#">{% trans "No panorama seeing this point !" %}</a>
     {% else %}
     {% else %}
         {% if located_point_name != None %}
         {% if located_point_name != None %}
             <a class="navbar-brand result-title" href="#">{% trans "Panoramas seeing the point" %} <b>{{ located_point_name }}</b></a>
             <a class="navbar-brand result-title" href="#">{% trans "Panoramas seeing the point" %} <b>{{ located_point_name }}</b></a>