We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91af556 commit a3cb85eCopy full SHA for a3cb85e
1 file changed
src/community_db/templates/base.html
@@ -5,8 +5,12 @@ <h1>Welcome to the Pacific Connect Community Database</h1>
5
On this site, you can find details of members of the Pacific Connect Community Database
6
<br>
7
<form>
8
- Search: <input type="text" name="search" value="{{ search_text }}" /><input type="submit">
+ Search: <input type="text" name="search" /><input type="submit">
9
</form>
10
+ {% if search_text %}
11
+ Search results for: {{ search_text }}
12
+ {% endif %}
13
+ <br>
14
{% block content %}{% endblock %}
15
</body>
16
0 commit comments