Skip to content

Commit

Permalink
PR #786 - will be empty after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 25, 2024
1 parent c0fb130 commit eb09bec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lacommunaute/templates/documentation/category_detail.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% extends "layouts/base.html" %}
{% load i18n %}
{% block title %}{{ category.name }}{{ block.super }}{% endblock %}
{% block meta_description %}
{{ category.short_description }}
Expand All @@ -7,7 +8,6 @@
{% include "partials/breadcrumb.html" %}
{% endblock %}
{% block content %}
{% load i18n %}
{% include 'documentation/partials/title_and_shortdesc.html' with obj=category user=user only %}
{% if category.description %}
<section class="s-section">
Expand Down
1 change: 0 additions & 1 deletion lacommunaute/templates/documentation/category_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{% block meta_description %}
Des ressources exclusives pour les professionnels de l'inclusion. Retrouver les ressources nécessaires pour améliorer ses diagnostics socio-professionnels et ses accompagnements des personnes éloignées de l’emploi.
{% endblock meta_description %}
"
{% block content %}
<section class="s-title-01 mt-lg-5">
<div class="s-title-01__container container">
Expand Down

0 comments on commit eb09bec

Please sign in to comment.