From 56e145aca118d3bd9a52823a60ab68f33ba3a517 Mon Sep 17 00:00:00 2001 From: sergeikobelev Date: Mon, 12 Aug 2019 14:46:01 +0500 Subject: [PATCH] Templates renaming --- ...results_word.docx => results_official_word.docx} | Bin ..._relay.docx => results_official_word_relay.docx} | Bin .../reports/{scores.html => results_scores.html} | 0 .../{sum_places.html => results_sum_places.html} | 0 ..._by_name.html => results_sum_score_by_name.html} | 0 .../{sum_times.html => results_sum_times.html} | 0 templates/reports/{bib.html => start_bib.html} | 0 ...tatistics.html => start_entries_statistics.html} | 0 templates/reports/{team.html => start_team.html} | 0 templates/reports/{times.html => start_times.html} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename templates/reports/{official_results_word.docx => results_official_word.docx} (100%) rename templates/reports/{official_results_word_relay.docx => results_official_word_relay.docx} (100%) rename templates/reports/{scores.html => results_scores.html} (100%) rename templates/reports/{sum_places.html => results_sum_places.html} (100%) rename templates/reports/{sum_score_by_name.html => results_sum_score_by_name.html} (100%) rename templates/reports/{sum_times.html => results_sum_times.html} (100%) rename templates/reports/{bib.html => start_bib.html} (100%) rename templates/reports/{entries_statistics.html => start_entries_statistics.html} (100%) rename templates/reports/{team.html => start_team.html} (100%) rename templates/reports/{times.html => start_times.html} (100%) diff --git a/templates/reports/official_results_word.docx b/templates/reports/results_official_word.docx similarity index 100% rename from templates/reports/official_results_word.docx rename to templates/reports/results_official_word.docx diff --git a/templates/reports/official_results_word_relay.docx b/templates/reports/results_official_word_relay.docx similarity index 100% rename from templates/reports/official_results_word_relay.docx rename to templates/reports/results_official_word_relay.docx diff --git a/templates/reports/scores.html b/templates/reports/results_scores.html similarity index 100% rename from templates/reports/scores.html rename to templates/reports/results_scores.html diff --git a/templates/reports/sum_places.html b/templates/reports/results_sum_places.html similarity index 100% rename from templates/reports/sum_places.html rename to templates/reports/results_sum_places.html diff --git a/templates/reports/sum_score_by_name.html b/templates/reports/results_sum_score_by_name.html similarity index 100% rename from templates/reports/sum_score_by_name.html rename to templates/reports/results_sum_score_by_name.html diff --git a/templates/reports/sum_times.html b/templates/reports/results_sum_times.html similarity index 100% rename from templates/reports/sum_times.html rename to templates/reports/results_sum_times.html diff --git a/templates/reports/bib.html b/templates/reports/start_bib.html similarity index 100% rename from templates/reports/bib.html rename to templates/reports/start_bib.html diff --git a/templates/reports/entries_statistics.html b/templates/reports/start_entries_statistics.html similarity index 100% rename from templates/reports/entries_statistics.html rename to templates/reports/start_entries_statistics.html diff --git a/templates/reports/team.html b/templates/reports/start_team.html similarity index 100% rename from templates/reports/team.html rename to templates/reports/start_team.html diff --git a/templates/reports/times.html b/templates/reports/start_times.html similarity index 100% rename from templates/reports/times.html rename to templates/reports/start_times.html