source: sites/merengueprojectorg/plugins/features/templates/features/category_view.html @ 1352

Revision 1352, 410 bytes checked in by pmartin, 2 years ago (diff)

Fixes #529 If your feature dont't have a category now show, and appear
the categories and after the features. More easy to making the layout

Line 
1{% extends "features/features_index.html" %}
2
3{% load i18n inlinetrans action_tags %}
4
5{%block pagetitle %}{{ category_active }}{% endblock %}
6
7{%block extrabreadcrumbs %}
8    <span class="breadcrumbSeparator">→</span><a href="{% url features_index %}" title="{% trans "Features" %}>{% inline_trans "Features" %}></a>{{ category }}
9{% endblock %}
10
11{% block listtitle %}{% trans "Category" %}{% endblock %}
12
13
Note: See TracBrowser for help on using the repository browser.