mirror of
https://github.com/aronwk-aaron/MSState-Library-ETD.git
synced 2026-01-29 09:00:15 -06:00
Validation techniques
This commit is contained in:
@@ -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 () {
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user