-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a report user button #1220
base: master
Are you sure you want to change the base?
Add a report user button #1220
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,19 @@ full_title = _("Report {0}", participant.username) | |
"The profil will be reviewed by a moderator. " | ||
) }}</p> | ||
|
||
<h4>{{ _("Who are the moderators?") }}</h4> | ||
<p>{{ _( | ||
"There is ten moderators who have been elected by the ten most funded project on Liberapay. " | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. *platform's There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What do you mean? |
||
"This ensure that Liberapay moderation is made by independent people concerned by the plateform safety. " | ||
) }}</p> | ||
|
||
<h4>{{ _("What is the moderating process?") }}</h4> | ||
<p>{{ _( | ||
"Once at least half of the moderators confirm that the user is suspicious," | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Account, not user, if you use "its" in the next line. |
||
"its account is closed and it can not received donation anymore. " | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. *receive
This comment was marked as spam.
Sorry, something went wrong. |
||
"All donations to the user are then cancelled." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or account, see above. |
||
) }}</p> | ||
|
||
</div> | ||
</div> | ||
% endblock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*profile