Skip to content

Commit

Permalink
fix typo in user template
Browse files Browse the repository at this point in the history
  • Loading branch information
jirivrany committed Mar 27, 2024
1 parent 1b81d2f commit 4521230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowapp/templates/pages/dashboard_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2>{{ rstate|capitalize }} {{ table_title }} that you can modify</h2>
<table class="table table-hover ip-table">
{{ dashboard_table_editable_head }}
{{ dashboard_table_editable }}
{{ dashboard_table_foot }}}
{{ dashboard_table_foot }}
</table>
</form>
<script type="text/javascript" src="{{ url_for('static', filename='js/check_all.js') }}"></script>
Expand Down

0 comments on commit 4521230

Please sign in to comment.