-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Missing HTML id for the comments section #72
Comments
... I can provide a pull request with that change if needed. |
It should set an id attribute here:
|
@tisto this is not what I meant, that id is related to a single comment and is impossible to be know before the comment has been inserted, and is different in every page. Thant's ok, but not usable |
Sorry if I misunderstood your issue. So you just want to add one single #comments anchor to the template? I would be perfecly ok with doing that. |
@tisto yes, exactly. I'll work on this |
The comments template is missing of a unique HTML id for the comments section at
plone.app.discussion/plone/app/discussion/browser/comments.pt
Line 33 in e2192e5
We have only a unique id for the comments form (
commenting
).In this way is not possible to directly link a Plone document#comments
The text was updated successfully, but these errors were encountered: