god save me
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
<link rel="stylesheet" href="{% static 'dist/css/adminlte.css' %}">
|
||||
<link rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
|
||||
<link rel="stylesheet"
|
||||
href="{% static 'plugins/fontawesome-free/css/all.min.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'plugins/select2/css/select2.min.css' %}">
|
||||
</head>
|
||||
<body class="layout-top-nav" style="height: auto;">
|
||||
<div class="wrapper">
|
||||
@@ -52,16 +51,17 @@
|
||||
</ul>
|
||||
<div class="float-right" style="width:100%">
|
||||
|
||||
<!--
|
||||
<div id="searchsuggestions"></div>
|
||||
<select class="select2" style="width: 200px;"></select>
|
||||
-->
|
||||
|
||||
<form class="form-inline ml-0 ml-md-3 float-right">
|
||||
<div class="input-group input-group-sm">
|
||||
<input class="form-control form-control-navbar"
|
||||
type="search"
|
||||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
id="searchinput">
|
||||
<!--
|
||||
<div id="searchsuggestions"></div>
|
||||
-->
|
||||
aria-label="Search">
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-navbar" type="submit">
|
||||
<i class="fas fa-search"></i>
|
||||
|
||||
Reference in New Issue
Block a user