[Frontend]: fix macro

This commit is contained in:
Jesús 2021-08-14 13:50:40 -05:00
parent 97ca52e77a
commit 5a09d53053
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -112,6 +112,7 @@
{% set _ = parameters_dictionary.__setitem__('page', current_page + 1) %}
<a class="page-link next-page" href="{{ url + '?' + parameters_dictionary|urlencode }}">Next page</a>
{% endif %}
{% endmacro %}
{% macro next_previous_ctoken_buttons(prev_ctoken, next_ctoken, url, parameters_dictionary) %}
{% set parameters_dictionary = parameters_dictionary.to_dict() %}
@ -126,4 +127,3 @@
<a class="page-link next-page" href="{{ url + '?' + parameters_dictionary|urlencode }}">Next page</a>
{% endif %}
{% endmacro %}
{% endmacro %}