Skip to content
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

fix: restored where an rfc came from to the main rfc view #5930

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

rjsparks
Copy link
Member

@rjsparks rjsparks commented Jul 6, 2023

No description provided.

Copy link
Member

@jennifer-richards jennifer-richards left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment that's more of a vent than anything...

submission = "%s %s" % (group.acronym, group.type)
else:
submission = group.acronym
submission = '<a href="%s">%s</a>' % (group.about_url(), submission)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We ought to get in the habit of using mark_safe() / format_html() when we create safe strings instead of | safe in the templates.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair - this is copypasta (essentially) - the change would be good to apply in a comprehensive pass per view.

@jennifer-richards jennifer-richards merged commit 63a9920 into ietf-tools:feat/rfc Jul 6, 2023
@rjsparks rjsparks deleted the fixups1 branch July 8, 2023 18:21
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants