touch up review page and add route for submitting task order invites

This commit is contained in:
dandds
2018-12-20 14:30:15 -05:00
parent c516f0f74c
commit c024d12e3b
4 changed files with 133 additions and 96 deletions

View File

@@ -4,3 +4,4 @@ task_orders_bp = Blueprint("task_orders", __name__)
from . import new
from . import index
from . import invite