Cleaned up custom fields panel template

This commit is contained in:
Jeremy Stretch
2018-07-20 19:56:04 -04:00
parent bd2eed5285
commit c34d92456f
17 changed files with 47 additions and 44 deletions

View File

@@ -69,7 +69,7 @@
</tr>
</table>
</div>
{% include 'inc/custom_fields_panel.html' with custom_fields=secret.get_custom_fields %}
{% include 'inc/custom_fields_panel.html' with obj=secret %}
</div>
<div class="col-md-6">
{% if secret|decryptable_by:request.user %}