mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
remember previous community choice #97
This commit is contained in:
parent
da1069aae3
commit
e22b3ba4a8
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@
|
|||
{% block app_content %}
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-8 position-relative main_pane">
|
||||
<h1>{{ _('Search results for') }} <form method="get" class="redo_search"><input type="search" name="q" value="{{ q }}" class="form-control"></form></h1>
|
||||
<h1>{{ _('Search results for') }} <form method="get" class="redo_search"><input type="search" name="q" value="{{ q }}" class="form-control">
|
||||
<input type="hidden" name="community" value="{{ community_id }}">
|
||||
<input type="hidden" name="language" value="{{ language_id }}">
|
||||
</form></h1>
|
||||
<div class="post_list">
|
||||
{% for post in posts.items %}
|
||||
{% include 'post/_post_teaser.html' %}
|
||||
|
|
Loading…
Add table
Reference in a new issue