Removed search function
This commit is contained in:
parent
b6e4ac02d2
commit
754fc69331
@ -2,7 +2,6 @@ from flask import Blueprint
|
||||
routes = Blueprint('routes', __name__)
|
||||
|
||||
from .dashboard import *
|
||||
from ._search import *
|
||||
from ._matches import *
|
||||
from ._hkfcD_motm import *
|
||||
from ._convenor import *
|
||||
|
||||
@ -12,18 +12,6 @@ Dashboard
|
||||
|
||||
{% block body %}
|
||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">Men's Hockey
|
||||
<i class="fa fa-caret-down"></i>
|
||||
</button>
|
||||
<div class="dropdown-content">
|
||||
<a href="/search">General Match Search</a>
|
||||
<a href="/playerRecords">Player Record Search</a>
|
||||
<a href="/teamRecords">Team Record Search</a>
|
||||
<a href="/clubPlayingRecords">Club Player Playing Record</a>
|
||||
<a href="/playerCheck">Played for multiple teams</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">HKFC D
|
||||
<i class="fa fa-caret-down"></i>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user