Skip to content

Commit

Permalink
#819 Rm "Возврат" link from the header (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Sep 18, 2019
1 parent c656ae3 commit 24934f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion shopelectro/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def get_robots_content():
'about': [
{'name': 'Реквизиты', 'type': 'navigation', 'slug': 'rekvisity'},
{'name': 'Купить оптом', 'type': 'articles', 'slug': 'wholesale'},
{'name': 'Гарантии и возврат', 'type': 'navigation', 'slug': 'return-goods-instr'},
{'name': 'Возврат и гарантии', 'type': 'navigation', 'slug': 'return-goods-instr'},
],
}

Expand Down
5 changes: 0 additions & 5 deletions templates/layout/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@
Оплата
</a>
</li>
<li class="header-navigation-item">
<a class="header-navigation-link" href="{% url 'pages:flat_page' 'navigation' 'return-goods-instr' %}">
Возврат
</a>
</li>
<li class="header-navigation-item">
<a class="header-navigation-link" href="{% url 'pages:flat_page' 'navigation' 'contacts' %}">
Контакты
Expand Down

0 comments on commit 24934f3

Please sign in to comment.