Commit e7cf712d by Czémán Arnold

dashboard: Fix the html tag bug on network page

Turned off the autoescape for the variable which cointains the html tag.
parent aa92a44d
Pipeline #661 passed with stage
in 0 seconds
......@@ -73,7 +73,9 @@
{% if l.ipv4 %}
<tr>
<td>
{% display_portforward4 l %}
{% autoescape off %}
{% display_portforward4 l %}
{% endautoescape %}
</td>
<td><i class="fa fa-long-arrow-right"></i></td>
<td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment