-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permet la gestion de contributeurs sur les billets (#6551)
- Loading branch information
Showing
5 changed files
with
25 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{% load i18n %} | ||
|
||
{% blocktrans with title=content.title|safe type=type|safe user=user|safe %} | ||
{% blocktrans with title=content.title|safe user=user|safe %} | ||
Bonjour {{ user }}, | ||
|
||
Vous avez été ajouté à la liste des contributeurs {{type}} « {{ title }} », en tant que {{role}}. | ||
Vous avez été ajouté à la liste des contributeurs de la publication « {{ title }} », en tant que {{ role }}. | ||
|
||
Merci pour votre participation ! | ||
{% endblocktrans %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters