[odrs-web] Add missing file
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web] Add missing file
- Date: Wed, 3 Jul 2019 15:19:05 +0000 (UTC)
commit 20798b039eb9a2a2450195fd0e6b56db8e928a43
Author: Richard Hughes <richard hughsie com>
Date: Wed Jul 3 16:19:04 2019 +0100
Add missing file
app_data/odrs/templates/search.html | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/app_data/odrs/templates/search.html b/app_data/odrs/templates/search.html
new file mode 100644
index 0000000..0b4c231
--- /dev/null
+++ b/app_data/odrs/templates/search.html
@@ -0,0 +1,11 @@
+{% extends "default.html" %}
+{% block title %}Search{% endblock %}
+
+{% block content %}
+
+<form method="get" class="" action="{{url_for('.admin_search')}}">
+ <input type="text" class="" aria-label="search" name="value" required>
+ <button class="input-group-text" type="submit">Search</button>
+</form>
+
+{% endblock %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]