Skip to content

Commit

Permalink
Show csv rows on file detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoWill committed Mar 19, 2024
1 parent f74fe07 commit 61ce0a3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ <h1>{{ object.filename }}</h1>
{{ object.status_emoji }}
{% if object.csv_valid %}OK{% else %}{{ object.errors | linebreaksbr }}{% endif %}
</dd>

<dt><strong>Rows</strong></dt>
<dd>{{ object.csv_rows}}</dd>
</dl>

</section>
Expand Down

0 comments on commit 61ce0a3

Please sign in to comment.