Small changes in templates [skip ci]

This commit is contained in:
James Cole
2017-12-13 18:46:30 +01:00
parent 9264f1e9b9
commit 11b5a0294e
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
</div>
<!-- panel for credit card options -->
{% if Session.get('preFilled').accountRole == 'ccAsset' %}
{% if preFilled.accountRole == 'ccAsset' %}
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">{{ 'credit_card_options'|_ }}</h3>