@@ -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>
</table>
</div>