mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Clean up commands.
This commit is contained in:
@@ -100,7 +100,8 @@
|
||||
{{ ExpandedForm.date('fiscalYearStart',fiscalYearStart,{ 'label' : 'pref_fiscal_year_start_label'|_ }) }}
|
||||
</div>
|
||||
|
||||
{# conversion back to natiev #}
|
||||
{# conversion back to native #}
|
||||
{% if config('cer.enabled') %}
|
||||
<div class="preferences-box">
|
||||
<h3>{{ 'pref_convert_to_native'|_ }}</h3>
|
||||
<p class="text-info">
|
||||
@@ -108,6 +109,7 @@
|
||||
</p>
|
||||
{{ ExpandedForm.checkbox('convertToNative','1',convertToNative,{ 'label' : 'pref_convert_native_help'|_ }) }}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{# general settings column B #}
|
||||
|
Reference in New Issue
Block a user