aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2017-06-12 23:52:26 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2017-06-12 23:52:26 -0400
commita38f778312b392614ec0ccf14f9f2790671b63eb (patch)
tree202dd4df5d1418c285c348f2f1366d339f99a6f0 /templates
parenta8684a6aade6bac962da35a96e14667cca3c44c5 (diff)
downloadlastfm-api-a38f778312b392614ec0ccf14f9f2790671b63eb.tar.gz
Abstract all DB access via DataStore, fix lfm_password bug
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings.tmpl b/templates/settings.tmpl
index 5c757ee..00b2125 100644
--- a/templates/settings.tmpl
+++ b/templates/settings.tmpl
@@ -4,7 +4,7 @@
<h2>Profile</h2>
<div class="row">
<div class="form-element">
- <input name="name" id="name" type="text" value={{.UserName}}>
+ <input name="name" id="name" type="text" value={{.Name}}>
<label for="name">Name</label>
</div>