Skip to content

The old site notes about compatibility are missing in the implementations page. #270

Closed
@benjagm

Description

@benjagm

Describe the bug

The old site notes about compatibility are missing in the implementations page.

This is how this was shown in the old site:
Screenshot 2024-01-10 at 13 18 13

And this is the old code of the old site with the missing logic:

    {% if implementation.compliance %}
      <li><em>Compliance:</em>
      {% if implementation.compliance.config.docs %}
        This implementation <a href="{{ implementation.compliance.config.docs }}">documents</a> that you must
      {% endif %}
      {% if implementation.compliance.config.instructions %}
        <strong>{{ implementation.compliance.config.instructions | markdownify | remove: '<p>' | remove: '</p>' }}</strong> to produce specification-compliant behavior.
      </li>
      {% endif %}
    {% endif %}

Expected behavior

The expectations is to add the compliance notes after the notes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 BugIndicates that the issue is a bug or defect.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions