From 06c6a7f7f42e8ff2d33a934ff695efde24d26d65 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 28 Aug 2024 17:12:26 -0500 Subject: Move code handling expression data upload into new module. --- uploader/templates/no_such_job.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/templates/no_such_job.html') diff --git a/uploader/templates/no_such_job.html b/uploader/templates/no_such_job.html index 42a2d48..874d047 100644 --- a/uploader/templates/no_such_job.html +++ b/uploader/templates/no_such_job.html @@ -1,7 +1,7 @@ {%extends "base.html"%} {%block extrameta%} - + {%endblock%} {%block title%}No Such Job{%endblock%} -- cgit v1.2.3