]> git.lizzy.rs Git - cheatdb.git/blobdiff - app/templates/todo/list.html
Indicate stuck releases in todo list and allow admins to delete them
[cheatdb.git] / app / templates / todo / list.html
index 3eb32513296c2c7c35c8c3c7cec316635bef433e..2e756af05abfd5d5c023c777b84a10deb7ff8ae5 100644 (file)
@@ -42,6 +42,9 @@
                                <ul class="list-group list-group-flush">
                                        {% for r in releases %}
                                                <li class="list-group-item">
+                                                       {% if r.task_id %}
+                                                               <span class="mr-2 badge badge-warning">Importing</span>
+                                                       {% endif %}
                                                        <a href="{{ r.getEditURL() }}">{{ r.title }}</a>
                                                        on
                                                        <a href="{{ r.package.getDetailsURL() }}">