diff options
author | Sharanya A | 2019-07-15 17:05:51 +0530 |
---|---|---|
committer | Sharanya A | 2019-07-15 17:05:51 +0530 |
commit | 25f05721a76eac3817d813125e9b5a1abb8f00e5 (patch) | |
tree | 3c515f2f9d3a25d5b7aef4171f84287317b91ce7 /fossee_manim | |
parent | ab1734477bc998b6e6d9caf6dc2ca3abc94503b4 (diff) | |
download | FOSSEE_animations-25f05721a76eac3817d813125e9b5a1abb8f00e5.tar.gz FOSSEE_animations-25f05721a76eac3817d813125e9b5a1abb8f00e5.tar.bz2 FOSSEE_animations-25f05721a76eac3817d813125e9b5a1abb8f00e5.zip |
Fixed search in index.html
Diffstat (limited to 'fossee_manim')
-rw-r--r-- | fossee_manim/templates/fossee_manim/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fossee_manim/templates/fossee_manim/index.html b/fossee_manim/templates/fossee_manim/index.html index ade5b2e..f37d79b 100644 --- a/fossee_manim/templates/fossee_manim/index.html +++ b/fossee_manim/templates/fossee_manim/index.html @@ -9,7 +9,7 @@ <meta name="title" content="Welcome to FOSSEE's Animation for Education"> <meta name="description" content="."> <meta name="keywords" content="fossee, iit bombay, animation based learning math, manim, python based animations"> - + <title>FOSSEE Animations</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> @@ -50,9 +50,9 @@ </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> - <form class="form-inline" id="search_bar" method="POST" action="/search/" style="margin-left: 10px; margin-top: 10px "> + <form class="form-inline" method="POST" action="/search/" style="margin-left: 10px; margin-top: 10px "> {% csrf_token %} - <input class="form-control mr-sm-2" type="search" id="search_tab" placeholder="Search"> + <input class="form-control mr-sm-2" type="search" id="sbox" name="sbox" placeholder="Search"> <button class="btn btn-primary my-2 my-sm-0" type="submit"> Search </button> |