diff --git a/.gitignore b/.gitignore index 84bdf4533fff168b643d6575b6a2dc6c7248fba3..68fba6d9d2c816f1e6c474e99c687e1fba5444ed 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,10 @@ /conf*.json /test.py /problems/* +/problems-gen/* !/problems/.gitkeep /solutions/* +/solutions-gen/* !/solutions/.gitkeep diff --git a/templates/part_problem_status_list.html b/templates/part_problem_status_list.html index dbaaeb6f00e4e80c2869298d120b266f1e081ced..ff7b75ccac59af6ab3e19b773cb42ae93bc06e9d 100644 --- a/templates/part_problem_status_list.html +++ b/templates/part_problem_status_list.html @@ -31,7 +31,7 @@ {% set tr_class = tr_class + ' submit-solution' if k == problem.best_solution else '' %} {% set tr_class = tr_class + ' valid-solution' if v.is_valid_solution() else '' %} - {{v.timestamp_str}} + {{v.timestamp_str}} ({{v.request_id}}) {{v.worker}} {% if v.is_valid_solution() %}