Admin: Implement option to set nofollow per membership credit #96844
Labels
No Label
legacy project
Infrastructure: blender.org
legacy project
Infrastructure: Websites
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Information from Developers
Status
Resolved
Type
Bug
Type
Design
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/devfund-website#96844
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At the moment, all membership credits that can contain links have the
rel="nofollow"
tag set in the template (membership_credit.html
)In some cases, admins may want to remove this tag.
I don't think we need this to be generic for other tags.
Something like
{% if membership.nofollow %}rel="nofollow"{% endif %}
.It should be enabled by default for new memberships.
Implement option to set nofollow tag per membership creditto Admin: Implement option to set nofollow per membership creditI suggest inverting the default: add a field named
suppress_nofollow
that is False by default.This is more in line with fail safe defaults - if we make a mistake somewhere (e.g. the field is not initialized), we fallback to a safer behavior.
Deployed in production.