Skip to content

Commit

Permalink
Add link from form back to table
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Nov 28, 2023
1 parent 32f3c6e commit ae089b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
{% endif %}
{% endif %}

<h3>Return to <a href="{{ page.root }}{{ table_name }}?offset={{ row_number - 1 }}">{{ table_name }}</a> table.</h3>

<div class="row" style="padding-bottom:5px; padding-top:20px;">
<form method="post">
{% for column, form_row in form_map|items %}
Expand Down

0 comments on commit ae089b7

Please sign in to comment.