feat: display form data with pagination
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-12-31 01:36:59 +05:30
parent c62466515f
commit 86d56734cf
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
</table> </table>
{% endfor %} {% endfor %}
</section> </section>
<a href="{{payload.next_page}}">Next ></a>
</div> </div>
</main> </main>