summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 22:01:55 -0600
committerJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 22:01:55 -0600
commit1a1c87fd46482e709c2c646fd2468396296c9994 (patch)
treeee3504f74e0b10fe27c097237aa8296bce43c680
parentd2c9963796c397ca93b627f3924a269e5a74bfb7 (diff)
downloadjthanio-1a1c87fd46482e709c2c646fd2468396296c9994.tar
jthanio-1a1c87fd46482e709c2c646fd2468396296c9994.tar.gz
jthanio-1a1c87fd46482e709c2c646fd2468396296c9994.tar.bz2
jthanio-1a1c87fd46482e709c2c646fd2468396296c9994.tar.lz
jthanio-1a1c87fd46482e709c2c646fd2468396296c9994.tar.xz
jthanio-1a1c87fd46482e709c2c646fd2468396296c9994.tar.zst
jthanio-1a1c87fd46482e709c2c646fd2468396296c9994.zip
for amayer
-rw-r--r--jthanio/templates/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/jthanio/templates/search.html b/jthanio/templates/search.html
index 6574c50..aea81d4 100644
--- a/jthanio/templates/search.html
+++ b/jthanio/templates/search.html
@@ -7,8 +7,8 @@
<input type="text" class="form-control mr-sm-2 btn-lg" placeholder="Search for..." name="query"{% if search_query %} value="{{ search_query }}"{% endif %}>
<span class="input-group-btn">
<input type="submit" value="Search" class="btn btn-secondary my-2 my-sm-0">
- </form>
</span>
+ </form>
</div>
</div>
</div>