summaryrefslogtreecommitdiffstats
path: root/tpl/contents.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/contents.tpl')
-rw-r--r--tpl/contents.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/contents.tpl b/tpl/contents.tpl
index f3084d8..3eaaf3f 100644
--- a/tpl/contents.tpl
+++ b/tpl/contents.tpl
@@ -11,9 +11,9 @@
<div class="form-group">
<label for="arch">Architecture</label>
<select name="arch" class="form-control" id="arch">
- <option>x86</option>
- <option>x86_64</option>
- <option>armhf</option>
+ <option {{#x86}}selected{{/x86}} >x86</option>
+ <option {{#x86_64}}selected{{/x86_64}} >x86_64</option>
+ <option {{#armhf}}selected{{/armhf}} >armhf</option>
</select>
</div>
<button type="submit" class="btn btn-primary">Search</button>