diff --git a/fixtures/goals.yaml b/fixtures/goals.yaml new file mode 100644 index 0000000000..cc9ec284dc --- /dev/null +++ b/fixtures/goals.yaml @@ -0,0 +1,28 @@ +- model: tutorialv2.Goal + pk: 1 + fields: + name: Comprendre + description: Publications pour comprendre quelque chose à quelque chose d'autre. + position: 0 + slug: comprendre +- model: tutorialv2.Goal + pk: 2 + fields: + name: Apprendre + description: Qui n'apprend rien n'a rien. + position: 1 + slug: apprendre +- model: tutorialv2.Goal + pk: 3 + fields: + name: Exprimer une opinion + description: Ayez un avis sur tout. + position: 2 + slug: exprimer-opinion +- model: tutorialv2.Goal + pk: 4 + fields: + name: Nouvelles de la communauté + description: Nous sommes des communards, après tout. + position: 3 + slug: nouvelles-communaute diff --git a/templates/tutorialv2/events/descriptions.part.html b/templates/tutorialv2/events/descriptions.part.html index 550e7774c9..e28e2c5463 100644 --- a/templates/tutorialv2/events/descriptions.part.html +++ b/templates/tutorialv2/events/descriptions.part.html @@ -61,6 +61,10 @@ {{ event.performer }} a modifié les tags du contenu. +{% elif event.type == "goals_management" %} + {{ event.performer }} a modifié les objectifs du contenu. + + {% elif event.type == "suggestions_management" %} {% if event.action == "add" %} {{ event.performer }} a ajouté une suggestion de contenu. diff --git a/templates/tutorialv2/includes/editorialization.part.html b/templates/tutorialv2/includes/editorialization.part.html index 1fe002df0c..c3636daa84 100644 --- a/templates/tutorialv2/includes/editorialization.part.html +++ b/templates/tutorialv2/includes/editorialization.part.html @@ -5,11 +5,20 @@

Éditorialisation