File tree Expand file tree Collapse file tree
material/templates/journal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h1>{% trans 'Article Search Results' %}</h1>
3131 < p > {% trans 'No articles to display' %}.</ p >
3232 {% endfor %}
3333 {% if articles %}
34- {% include "elements/pagination.html" with form_id=facet_form .id %}
34+ {% include "elements/pagination.html" with form_id=form .id %}
3535 {% endif %}
3636 </ div >
3737 </ section >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1>{% trans 'Article Search Results' %}</h1>
2828 < p > {% trans "No articles to display" %}.</ p >
2929 {% endfor %}
3030 {% if articles %}
31- {% include "elements/pagination.html" with form_id=facet_form .id %}
31+ {% include "elements/pagination.html" with form_id=form .id %}
3232 {% endif %}
3333 </ section >
3434 </ div >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h1>{% trans 'Article Search Results' %}</h1>
3131 < p > {% trans "No articles to display." %}</ p >
3232 {% endfor %}
3333 {% if articles %}
34- {% include "elements/pagination.html" with form_id=facet_form .id %}
34+ {% include "elements/pagination.html" with form_id=form .id %}
3535 {% endif %}
3636 </ div >
3737 </ section >
You can’t perform that action at this time.
0 commit comments