diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-03-17 11:36:01 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-03-17 11:36:01 +0000 |
commit | fd5f7f5d65c881b7236f01bde441f04d0d231588 (patch) | |
tree | 00e1d3e4af623ada6aba30e63c3353e56ace7ac5 /tpl/contents.tpl | |
parent | f4e245a58f87fc6604359c0a30018310d366aef0 (diff) | |
download | aports-turbo-fd5f7f5d65c881b7236f01bde441f04d0d231588.tar.bz2 aports-turbo-fd5f7f5d65c881b7236f01bde441f04d0d231588.tar.xz |
remember correct selected for arch
Diffstat (limited to 'tpl/contents.tpl')
-rw-r--r-- | tpl/contents.tpl | 6 |
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> |