diff --git a/templates/patch_request_confirm_template.j2 b/templates/patch_request_confirm_template.j2 index 2080f3e14637f49e096441b566901846739a29bd..99c4ec713173a167b25636aed384f298d46f70f5 100644 --- a/templates/patch_request_confirm_template.j2 +++ b/templates/patch_request_confirm_template.j2 @@ -13,7 +13,7 @@ <b>Module:</b> {{ action['module']['label'] }} ({{ action['module']['type'] }})<br> <b>Action:</b> {{ action['action'].value }}<br> {% if action['action'].value != 'change_insert' %} - <b>Port:</b>{{ action['p_port']['name'] }}<br> + <b>Port:</b> {{ action['p_port']['name'] }}<br> {% endif %} {% if action['bcd'] is defined and action['bcd']['name'] is defined %} <b>Broadcast domain:</b> {{ action['bcd']['name'] }} ({% if action['bcd_tagged'] %}add tagged{%else%}untagged{%endif%})<br> diff --git a/templates/patch_request_template.j2 b/templates/patch_request_template.j2 index 45a5bb7a24d7c2667a89597aa1070e3b4ae65b20..92afb8ca93d77b472ea6cd41acdfe9de66d328aa 100644 --- a/templates/patch_request_template.j2 +++ b/templates/patch_request_template.j2 @@ -14,7 +14,7 @@ <b>Module:</b> {{ action['module']['label'] }} ({{ action['module']['type'] }})<br> <b>Action:</b> {{ action['action'].value }}<br> {% if action['action'].value != 'change_insert' %} - <b>Port:</b>{{ action['p_port']['name'] }}<br> + <b>Port:</b> {{ action['p_port']['name'] }}<br> {% endif %} {% if action['bcd'] is defined and action['bcd']['name'] is defined %} <b>Broadcast domain:</b> {{ action['bcd']['name'] }} ({% if action['bcd_tagged'] %}add tagged{%else%}untagged{%endif%})<br>