Skip to content

Commit

Permalink
Adds finished template
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Mar 29, 2024
1 parent 49b5365 commit fdf1b64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/icons/finished.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% if data }
{% include 'icons/successful.html' %}
{% else %}
{% include 'icons/in_progress.html' %}
{% endif %}

0 comments on commit fdf1b64

Please sign in to comment.