Closes #561: Make custom fields accessible from within export templates

This commit is contained in:
Jeremy Stretch
2016-09-19 16:11:37 -04:00
parent 5e962b57b9
commit a3f664ce7b
9 changed files with 45 additions and 11 deletions

View File

@@ -132,7 +132,7 @@
</tr>
</table>
</div>
{% with rack.custom_fields as custom_fields %}
{% with rack.get_custom_fields as custom_fields %}
{% include 'inc/custom_fields_panel.html' %}
{% endwith %}
<div class="panel panel-default">