1378: Этап №4 - Битые ссылки

remotes/origin/mobile_from_stage4
Alexander Burdeiny 10 years ago
parent 4254662a5f
commit 28b4579b97
  1. 6
      templates/client/conference/photo.html
  2. 2
      templates/client/includes/conference/photo.html
  3. 2
      templates/client/includes/exposition/photo.html
  4. 2
      templates/client/includes/place/photo.html
  5. 5
      templates/client/place/photo.html

@ -14,7 +14,9 @@
{% block page_title %}
{% if meta.h1 %}
<h1>{{ meta.h1 }}</h1>
{% endif %}
{% endblock %}
{% block content_list %}
@ -23,4 +25,4 @@
{% block paginator %}
{% include 'client/includes/catalog_paginator.html' with page_obj=page_obj %}
{% endblock %}
{% endblock %}

@ -31,7 +31,7 @@
</div>
<div class="cli-bot clearfix">
<div class="cli-place">
<a href="{{ object.catalog }}{{ object.country.url }}/">{{ object.country.name }}</a>, <a href="{{ object.catalog }}{{ object.city.url }}/">{{ object.city.name }}</a>
<a href="{{ object.catalog }}country/{{ object.country.url }}/">{{ object.country.name }}</a>, <a href="{{ object.catalog }}city/{{ object.city.url }}/">{{ object.city.name }}</a>
</div>
</div>
</div>

@ -31,7 +31,7 @@
</div>
<div class="cli-bot clearfix">
<div class="cli-place">
<a href="{{ object.catalog }}{{ object.country.url }}/">{{ object.country.name }}</a>, <a href="{{ object.catalog }}{{ object.city.url }}/">{{ object.city.name }}</a>
<a href="{{ object.catalog }}country/{{ object.country.url }}/">{{ object.country.name }}</a>, <a href="{{ object.catalog }}city/{{ object.city.url }}/">{{ object.city.name }}</a>
</div>
</div>
</div>

@ -28,7 +28,7 @@
<div class="cli-bot clearfix">
{% if object.country %}
<div class="cli-place">
<a href="/places/{{ object.country.url }}/">{{ object.country }}</a>, <a href="/places/{{ object.city.url }}/">{{ object.city }}</a>
<a href="/places/country/{{ object.country.url }}/">{{ object.country }}</a>, <a href="/places/city/{{ object.city.url }}/">{{ object.city }}</a>
</div>
{% endif %}
</div>

@ -14,6 +14,9 @@
{% block page_title %}
{% if meta.h1 %}
<h1>{{ meta.h1 }}</h1>
{% endif %}
{% endblock %}
{% block content_list %}
@ -22,4 +25,4 @@
{% block paginator %}
{% include 'includes/catalog_paginator.html' with page_obj=page_obj %}
{% endblock %}
{% endblock %}

Loading…
Cancel
Save