summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webui_templates/profile_edit.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl
index 5f5fc7c..e92a977 100644
--- a/webui_templates/profile_edit.tmpl
+++ b/webui_templates/profile_edit.tmpl
@@ -73,7 +73,7 @@ function disablename(value)
<select name="distro" id="distro">
#for $distro in $distros:
<option name="$distro.name"
- #if $profile and $profile.distro == $distro
+ #if $profile and $profile.distro == $distro.name
selected="true"
#end if
>$distro.name