Skip to content

Commit

Permalink
fix(capella2polarion): Fix templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Sep 20, 2024
1 parent f997166 commit dc9da6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div id="polarion_wiki macro name=page_break" contentEditable="false" data-is-landscape="false"></div>
{{ heading(2, "Introduction", session)}}
<p>
This Interface Control Document only covers software message based communication (application layer) between ETCS compatible components.
This Interface Control Document only covers software message based communication (application layer) between compatible components.
At the moment physical interface definition is not in scope for this document.
The scope of the document covers Interface Requirements and Definition
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
{% from 'icd-interfaces-common.html.j2' import render_content %}

{% set physical_link = model.by_uuid(physical_link) %}
{{ render_content(physical_link, model, session) }}
{{ render_content(physical_link, model, session) }}

0 comments on commit dc9da6c

Please sign in to comment.