From 1738177a6f5d275fc64e88f94ad1314220b01c11 Mon Sep 17 00:00:00 2001
From: Julian Keck <julian.keck9@kit.edu>
Date: Wed, 24 Apr 2024 17:13:38 +0200
Subject: [PATCH] ADD missing space in patch request emails

---
 templates/patch_request_confirm_template.j2 | 2 +-
 templates/patch_request_template.j2         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/patch_request_confirm_template.j2 b/templates/patch_request_confirm_template.j2
index 2080f3e..99c4ec7 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 45a5bb7..92afb8c 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>
-- 
GitLab