Fixes #7227: Correct placeholder value for webhook CA file path

This commit is contained in:
jeremystretch 2021-09-09 09:10:02 -04:00
parent 7a813349f3
commit 4493c31216

View File

@ -110,13 +110,7 @@
</tr>
<tr>
<th scope="row">CA File Path</th>
<td>
{% if object.ca_file_path %}
<code>{{ object.ca_file_path }}</code>
{% else %}
&mdash
{% endif %}
</td>
<td>{{ object.ca_file_path|placeholder }}</td>
</tr>
</table>
</div>