From 70afb94d3b985e314ff1f922294875e43c56fefc Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 2 Jun 2018 18:22:57 +0100 Subject: Add topics todo list based on forum parser --- app/templates/todo.html | 54 ------------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 app/templates/todo.html (limited to 'app/templates/todo.html') diff --git a/app/templates/todo.html b/app/templates/todo.html deleted file mode 100644 index b20f26c..0000000 --- a/app/templates/todo.html +++ /dev/null @@ -1,54 +0,0 @@ -{% extends "base.html" %} - -{% block title %} -{{ title }} -{% endblock %} - -{% block content %} - {% if canApproveNew %} -

Packages Awaiting Approval

- - {% endfor %} - - {% endif %} - - {% if canApproveScn %} -

Screenshots Awaiting Approval

- - {% endfor %} - - {% endif %} - - {% if canApproveRel %} -

Releases Awaiting Approval

- - {% endfor %} - - {% endif %} -{% endblock %} -- cgit v1.2.3