Search too.
This commit is contained in:
parent
8d10f5634e
commit
eaf64849c8
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<div class="listing">
|
||||||
<div class="formwrapper">
|
<div class="formwrapper">
|
||||||
<h1>Search</h1>
|
<h1>Search</h1>
|
||||||
<form method="POST" action="{{url_for('agora.search')}}">
|
<form method="POST" action="{{url_for('agora.search')}}">
|
||||||
|
@ -39,5 +40,6 @@
|
||||||
(user: {{subnode.user}}) {{ subnode.uri }}: <a href="{{subnode.url}}">{{subnode.wikilink}}</a><br />
|
(user: {{subnode.user}}) {{ subnode.uri }}: <a href="{{subnode.url}}">{{subnode.wikilink}}</a><br />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue