cleanup profile
This commit is contained in:
parent
2cb0411288
commit
520aab8b72
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
<div class="grid grid-2col">
|
<div class="grid grid-2col">
|
||||||
{{#each data.profile as |profile-data-value profile-data-key|}}
|
{{#each data.profile as |profile-data-value profile-data-key|}}
|
||||||
<div class="profile-entry">
|
<div class="profile-entry">
|
||||||
<label>{{lookup ../config.profile profile-data-key}}</label>
|
<label for="data.profile.{{profile-data-key}}">
|
||||||
|
{{lookup ../config.profile profile-data-key}}
|
||||||
|
</label>
|
||||||
<input type="text" name="data.profile.{{profile-data-key}}" value="{{profile-data-value}}"
|
<input type="text" name="data.profile.{{profile-data-key}}" value="{{profile-data-value}}"
|
||||||
data-dtype="{{lookup ../config/profileDTypes profile-data-key}}" />
|
data-dtype="{{lookup ../config/profileDTypes profile-data-key}}" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue