cleanup profile

This commit is contained in:
Johannes Loher 2021-01-04 00:19:51 +01:00
parent 2cb0411288
commit 520aab8b72

View file

@ -2,7 +2,9 @@
<div class="grid grid-2col">
{{#each data.profile as |profile-data-value profile-data-key|}}
<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}}"
data-dtype="{{lookup ../config/profileDTypes profile-data-key}}" />
</div>