"Company" is now "Organisation" and there is an auto update

This commit is contained in:
Michael Vogel 2016-09-26 19:35:01 +00:00
commit 2f06e9360f
4 changed files with 27 additions and 15 deletions

View file

@ -1,6 +1,6 @@
<h4>{{$account_types}}</h4>
{{include file="field_radio.tpl" field=$account_person}}
{{include file="field_radio.tpl" field=$account_company}}
{{include file="field_radio.tpl" field=$account_organisation}}
{{include file="field_radio.tpl" field=$account_news}}
{{include file="field_radio.tpl" field=$account_community}}
@ -11,7 +11,7 @@
{{include file="field_radio.tpl" field=$page_freelove}}
{{/if}}
{{if $account_type == $type_company}}
{{if $account_type == $type_organisation}}
<input type='hidden' name='page-flags' value='1'>
{{/if}}