Validation techniques

This commit is contained in:
techzune
2019-02-04 14:56:41 -06:00
parent 398bd5c642
commit ddf0169301
2 changed files with 3 additions and 3 deletions

View File

@@ -44,8 +44,8 @@
{% block js %}
{# JavaScript #}
<script type="text/javascript" src="{{ url_for('static', filename='bootstrap-4.2.1/js/jquery-3.3.1.min.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='bootstrap-4.2.1/js/bootstrap.bundle.min.js') }}"></script>
<script src="{{ url_for('static', filename='bootstrap-4.2.1/js/jquery-3.3.1.min.js') }}"></script>
<script src="{{ url_for('static', filename='bootstrap-4.2.1/js/bootstrap.bundle.min.js') }}"></script>
<script>
// set the active nav-link item
$(function () {

View File

@@ -12,7 +12,7 @@
<div class="row justify-content-center">
<div class="col-sm-8">
<form role="form">
<form>
<div class="input-group">
<input type="text" class="form-control" placeholder="What would you like to search for?">
<span class="input-group-btn">