diff --git a/cvkbrno/templates/cvkbrno_boat_add_form.html b/cvkbrno/templates/cvkbrno_boat_add_form.html index 9cb2478b..9327fabd 100644 --- a/cvkbrno/templates/cvkbrno_boat_add_form.html +++ b/cvkbrno/templates/cvkbrno_boat_add_form.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Create Boat" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_boat_delete_confirm.html b/cvkbrno/templates/cvkbrno_boat_delete_confirm.html index 351a4293..7f032a70 100644 --- a/cvkbrno/templates/cvkbrno_boat_delete_confirm.html +++ b/cvkbrno/templates/cvkbrno_boat_delete_confirm.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} diff --git a/cvkbrno/templates/cvkbrno_boat_edit_form.html b/cvkbrno/templates/cvkbrno_boat_edit_form.html index 52e08559..1a74b248 100644 --- a/cvkbrno/templates/cvkbrno_boat_edit_form.html +++ b/cvkbrno/templates/cvkbrno_boat_edit_form.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Edit Boat" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_boats_admin.html b/cvkbrno/templates/cvkbrno_boats_admin.html index a9598bf6..972bdc56 100644 --- a/cvkbrno/templates/cvkbrno_boats_admin.html +++ b/cvkbrno/templates/cvkbrno_boats_admin.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Boats Admin" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_categories_admin.html b/cvkbrno/templates/cvkbrno_categories_admin.html index d1f245a2..3d6d24ae 100644 --- a/cvkbrno/templates/cvkbrno_categories_admin.html +++ b/cvkbrno/templates/cvkbrno_categories_admin.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Boat Category Admin" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_categories_delete_confirm.html b/cvkbrno/templates/cvkbrno_categories_delete_confirm.html index d9415b2b..a4b1aca1 100644 --- a/cvkbrno/templates/cvkbrno_categories_delete_confirm.html +++ b/cvkbrno/templates/cvkbrno_categories_delete_confirm.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Delete Boat Category" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_categories_edit_form.html b/cvkbrno/templates/cvkbrno_categories_edit_form.html index 29715c8a..fba0ee92 100644 --- a/cvkbrno/templates/cvkbrno_categories_edit_form.html +++ b/cvkbrno/templates/cvkbrno_categories_edit_form.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Edit Category" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_category_add_form.html b/cvkbrno/templates/cvkbrno_category_add_form.html index 697e89f5..655bc4ff 100644 --- a/cvkbrno/templates/cvkbrno_category_add_form.html +++ b/cvkbrno/templates/cvkbrno_category_add_form.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Create Category" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_member_add_form.html b/cvkbrno/templates/cvkbrno_member_add_form.html index 9f035086..673467f6 100644 --- a/cvkbrno/templates/cvkbrno_member_add_form.html +++ b/cvkbrno/templates/cvkbrno_member_add_form.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Create Member" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_member_edit_form.html b/cvkbrno/templates/cvkbrno_member_edit_form.html index fa3e6ae7..f1aed60b 100644 --- a/cvkbrno/templates/cvkbrno_member_edit_form.html +++ b/cvkbrno/templates/cvkbrno_member_edit_form.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Edit Member" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_members_admin.html b/cvkbrno/templates/cvkbrno_members_admin.html index a9c24caa..7f83aa51 100644 --- a/cvkbrno/templates/cvkbrno_members_admin.html +++ b/cvkbrno/templates/cvkbrno_members_admin.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Members Admin" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_members_delete_confirm.html b/cvkbrno/templates/cvkbrno_members_delete_confirm.html index 414a9c87..11b360e9 100644 --- a/cvkbrno/templates/cvkbrno_members_delete_confirm.html +++ b/cvkbrno/templates/cvkbrno_members_delete_confirm.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Delete Member" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_memberswork_add_form.html b/cvkbrno/templates/cvkbrno_memberswork_add_form.html index f5f3c004..831fb127 100644 --- a/cvkbrno/templates/cvkbrno_memberswork_add_form.html +++ b/cvkbrno/templates/cvkbrno_memberswork_add_form.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Create Members Work" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_memberswork_admin.html b/cvkbrno/templates/cvkbrno_memberswork_admin.html index f2af7385..3414bc23 100644 --- a/cvkbrno/templates/cvkbrno_memberswork_admin.html +++ b/cvkbrno/templates/cvkbrno_memberswork_admin.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Members Work Admin" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_memberwork_edit_form.html b/cvkbrno/templates/cvkbrno_memberwork_edit_form.html index 8a4baf4b..c27ccfeb 100644 --- a/cvkbrno/templates/cvkbrno_memberwork_edit_form.html +++ b/cvkbrno/templates/cvkbrno_memberwork_edit_form.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Edit Member Work" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_meterboard.html b/cvkbrno/templates/cvkbrno_meterboard.html index 618914de..b88b3120 100644 --- a/cvkbrno/templates/cvkbrno_meterboard.html +++ b/cvkbrno/templates/cvkbrno_meterboard.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Meterboard" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_outing_admin.html b/cvkbrno/templates/cvkbrno_outing_admin.html index 6d702066..6dbccf9b 100644 --- a/cvkbrno/templates/cvkbrno_outing_admin.html +++ b/cvkbrno/templates/cvkbrno_outing_admin.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load filter %} {% load tz %} diff --git a/cvkbrno/templates/cvkbrno_outing_closeform.html b/cvkbrno/templates/cvkbrno_outing_closeform.html index 02bb3cf1..a6b38809 100644 --- a/cvkbrno/templates/cvkbrno_outing_closeform.html +++ b/cvkbrno/templates/cvkbrno_outing_closeform.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Return from outing" %} diff --git a/cvkbrno/templates/cvkbrno_outing_form.html b/cvkbrno/templates/cvkbrno_outing_form.html index d10da855..6c04a751 100644 --- a/cvkbrno/templates/cvkbrno_outing_form.html +++ b/cvkbrno/templates/cvkbrno_outing_form.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load tz %} diff --git a/cvkbrno/templates/cvkbrno_races_form.html b/cvkbrno/templates/cvkbrno_races_form.html index 7c0b7ab9..cd6b343e 100644 --- a/cvkbrno/templates/cvkbrno_races_form.html +++ b/cvkbrno/templates/cvkbrno_races_form.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Create Races Event" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_races_list.html b/cvkbrno/templates/cvkbrno_races_list.html index 48aa8cd6..8fcd3393 100644 --- a/cvkbrno/templates/cvkbrno_races_list.html +++ b/cvkbrno/templates/cvkbrno_races_list.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{% trans "Races Admin" %}{% endblock %} diff --git a/cvkbrno/templates/cvkbrno_reservation_form.html b/cvkbrno/templates/cvkbrno_reservation_form.html index 50dbfa56..d7a45bbe 100644 --- a/cvkbrno/templates/cvkbrno_reservation_form.html +++ b/cvkbrno/templates/cvkbrno_reservation_form.html @@ -1,6 +1,6 @@ {% extends "cvkbrnobase.html" %} {% load i18n %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load tz %} diff --git a/cvkbrno/templates/cvkbrno_setlanguage.html b/cvkbrno/templates/cvkbrno_setlanguage.html index 9f93455d..d05f741e 100644 --- a/cvkbrno/templates/cvkbrno_setlanguage.html +++ b/cvkbrno/templates/cvkbrno_setlanguage.html @@ -1,5 +1,5 @@ {% extends "cvkbrnobase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Jdu na vodu {% endblock %} diff --git a/rowers/templates/add_instantplan.html b/rowers/templates/add_instantplan.html index 4fb4e298..7617ab23 100644 --- a/rowers/templates/add_instantplan.html +++ b/rowers/templates/add_instantplan.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Add Instant Plan{% endblock %} diff --git a/rowers/templates/add_result.html b/rowers/templates/add_result.html index d0fa8aa7..45082bec 100644 --- a/rowers/templates/add_result.html +++ b/rowers/templates/add_result.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% block title %}Here's your result{% endblock %} diff --git a/rowers/templates/agegroupchart.html b/rowers/templates/agegroupchart.html index e7e499db..6d4d01df 100644 --- a/rowers/templates/agegroupchart.html +++ b/rowers/templates/agegroupchart.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Age Group Records{% endblock %} diff --git a/rowers/templates/agegroupcp.html b/rowers/templates/agegroupcp.html index 253eff4f..2308f5fb 100644 --- a/rowers/templates/agegroupcp.html +++ b/rowers/templates/agegroupcp.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Age Group CP{% endblock %} diff --git a/rowers/templates/alert_create.html b/rowers/templates/alert_create.html index d2d5da48..9940fa8e 100644 --- a/rowers/templates/alert_create.html +++ b/rowers/templates/alert_create.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% block title %}Metric Alert{% endblock %} diff --git a/rowers/templates/alert_delete_confirm.html b/rowers/templates/alert_delete_confirm.html index dc9a5417..8871a27d 100644 --- a/rowers/templates/alert_delete_confirm.html +++ b/rowers/templates/alert_delete_confirm.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% block title %}Planned Session{% endblock %} diff --git a/rowers/templates/alert_edit.html b/rowers/templates/alert_edit.html index 7849f3b4..04f92ce2 100644 --- a/rowers/templates/alert_edit.html +++ b/rowers/templates/alert_edit.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% block title %}Metric Alert{% endblock %} diff --git a/rowers/templates/alert_stats.html b/rowers/templates/alert_stats.html index 94cb4294..22d0492e 100644 --- a/rowers/templates/alert_stats.html +++ b/rowers/templates/alert_stats.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Metric Alert{% endblock %} diff --git a/rowers/templates/alerts.html b/rowers/templates/alerts.html index 1ac3b2dc..b6830a63 100644 --- a/rowers/templates/alerts.html +++ b/rowers/templates/alerts.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall - Analysis {% endblock %} diff --git a/rowers/templates/analysis.html b/rowers/templates/analysis.html index 68579114..d77796f8 100644 --- a/rowers/templates/analysis.html +++ b/rowers/templates/analysis.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall - Analysis {% endblock %} diff --git a/rowers/templates/async_tasks.html b/rowers/templates/async_tasks.html index 83c916f0..524f621a 100644 --- a/rowers/templates/async_tasks.html +++ b/rowers/templates/async_tasks.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall - Tasks {% endblock %} diff --git a/rowers/templates/boxplot.html b/rowers/templates/boxplot.html index e5574916..7f8bd9db 100644 --- a/rowers/templates/boxplot.html +++ b/rowers/templates/boxplot.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Box Plot {% endblock %} diff --git a/rowers/templates/c2_list_import.html b/rowers/templates/c2_list_import.html index 69a81cc7..e8015401 100644 --- a/rowers/templates/c2_list_import.html +++ b/rowers/templates/c2_list_import.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} diff --git a/rowers/templates/c2_list_import2.html b/rowers/templates/c2_list_import2.html index 5e1ffa68..42bae8e7 100644 --- a/rowers/templates/c2_list_import2.html +++ b/rowers/templates/c2_list_import2.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} diff --git a/rowers/templates/cn_form.html b/rowers/templates/cn_form.html index 5a32d235..5523eb51 100644 --- a/rowers/templates/cn_form.html +++ b/rowers/templates/cn_form.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% block title %}CrewNerd Summary loading{% endblock %} diff --git a/rowers/templates/comparison_list.html b/rowers/templates/comparison_list.html index 804fd6b9..354257d0 100644 --- a/rowers/templates/comparison_list.html +++ b/rowers/templates/comparison_list.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} diff --git a/rowers/templates/course_edit_view.html b/rowers/templates/course_edit_view.html index 797a2924..58b2cb64 100644 --- a/rowers/templates/course_edit_view.html +++ b/rowers/templates/course_edit_view.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load leaflet_tags %} diff --git a/rowers/templates/course_form.html b/rowers/templates/course_form.html index 1c5b25b6..f5d92337 100644 --- a/rowers/templates/course_form.html +++ b/rowers/templates/course_form.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}File loading{% endblock %} diff --git a/rowers/templates/course_form_update.html b/rowers/templates/course_form_update.html index 7a5dca80..7ba554cc 100644 --- a/rowers/templates/course_form_update.html +++ b/rowers/templates/course_form_update.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}File loading{% endblock %} diff --git a/rowers/templates/course_replace.html b/rowers/templates/course_replace.html index 17ad92c4..53569c1f 100644 --- a/rowers/templates/course_replace.html +++ b/rowers/templates/course_replace.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load leaflet_tags %} diff --git a/rowers/templates/course_replace_confirm.html b/rowers/templates/course_replace_confirm.html index b0b010c4..965b9180 100644 --- a/rowers/templates/course_replace_confirm.html +++ b/rowers/templates/course_replace_confirm.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load leaflet_tags %} diff --git a/rowers/templates/course_view.html b/rowers/templates/course_view.html index b7c9da70..06c3a1ec 100644 --- a/rowers/templates/course_view.html +++ b/rowers/templates/course_view.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load leaflet_tags %} diff --git a/rowers/templates/coursemap.html b/rowers/templates/coursemap.html index b5b162e6..d926f731 100644 --- a/rowers/templates/coursemap.html +++ b/rowers/templates/coursemap.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load leaflet_tags %} diff --git a/rowers/templates/cum_flex.html b/rowers/templates/cum_flex.html index c718372e..e78b002f 100644 --- a/rowers/templates/cum_flex.html +++ b/rowers/templates/cum_flex.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall {% endblock %} diff --git a/rowers/templates/cumstats.html b/rowers/templates/cumstats.html index 7841874a..7e5c5b83 100644 --- a/rowers/templates/cumstats.html +++ b/rowers/templates/cumstats.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall {% endblock %} diff --git a/rowers/templates/dashboard.html b/rowers/templates/dashboard.html index 1d3d0829..bfa4930d 100644 --- a/rowers/templates/dashboard.html +++ b/rowers/templates/dashboard.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} diff --git a/rowers/templates/disqualification_view.html b/rowers/templates/disqualification_view.html index bd1894b7..e0a984ee 100644 --- a/rowers/templates/disqualification_view.html +++ b/rowers/templates/disqualification_view.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block scripts %} {% include "monitorjobs.html" %} diff --git a/rowers/templates/document_form.html b/rowers/templates/document_form.html index b5dd35ba..2a6befb5 100644 --- a/rowers/templates/document_form.html +++ b/rowers/templates/document_form.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}File loading{% endblock %} diff --git a/rowers/templates/dropathleteconfirm.html b/rowers/templates/dropathleteconfirm.html index 73077b69..2e85294a 100644 --- a/rowers/templates/dropathleteconfirm.html +++ b/rowers/templates/dropathleteconfirm.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Remove Athlete {% endblock %} diff --git a/rowers/templates/dropcoachconfirm.html b/rowers/templates/dropcoachconfirm.html index 863c0e2c..b582aabb 100644 --- a/rowers/templates/dropcoachconfirm.html +++ b/rowers/templates/dropcoachconfirm.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Remove Coach {% endblock %} diff --git a/rowers/templates/embedded_video.html b/rowers/templates/embedded_video.html index 5543733b..0ff08fbe 100644 --- a/rowers/templates/embedded_video.html +++ b/rowers/templates/embedded_video.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load i18n %} {% load leaflet_tags %} diff --git a/rowers/templates/embedded_video_mini.html b/rowers/templates/embedded_video_mini.html index 20288285..db87e5ce 100644 --- a/rowers/templates/embedded_video_mini.html +++ b/rowers/templates/embedded_video_mini.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load i18n %} {% load leaflet_tags %} diff --git a/rowers/templates/empower_fix.html b/rowers/templates/empower_fix.html index 5fd1101e..9fbc66c3 100644 --- a/rowers/templates/empower_fix.html +++ b/rowers/templates/empower_fix.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Empower FIX{% endblock %} diff --git a/rowers/templates/entryedit.html b/rowers/templates/entryedit.html index fc1d5848..5adbce18 100644 --- a/rowers/templates/entryedit.html +++ b/rowers/templates/entryedit.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Register for a Virtual Race{% endblock %} diff --git a/rowers/templates/export.html b/rowers/templates/export.html index 59c952e5..e28275c0 100644 --- a/rowers/templates/export.html +++ b/rowers/templates/export.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Export {% endblock %} diff --git a/rowers/templates/export_workouts.html b/rowers/templates/export_workouts.html index b45dc2f5..0addb835 100644 --- a/rowers/templates/export_workouts.html +++ b/rowers/templates/export_workouts.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Workouts Summary Export{% endblock %} diff --git a/rowers/templates/failed_jobs.html b/rowers/templates/failed_jobs.html index 42080a36..526fa5f3 100644 --- a/rowers/templates/failed_jobs.html +++ b/rowers/templates/failed_jobs.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Failed Que{% endblock %} diff --git a/rowers/templates/fastestvirtualeventcreate.html b/rowers/templates/fastestvirtualeventcreate.html index 7034c3f3..00eb120f 100644 --- a/rowers/templates/fastestvirtualeventcreate.html +++ b/rowers/templates/fastestvirtualeventcreate.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}New Virtual Challenge{% endblock %} diff --git a/rowers/templates/fitnessfit.html b/rowers/templates/fitnessfit.html index 8c15d925..010f8e09 100644 --- a/rowers/templates/fitnessfit.html +++ b/rowers/templates/fitnessfit.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Fitness Progress {% endblock %} diff --git a/rowers/templates/fitnessmetric.html b/rowers/templates/fitnessmetric.html index 647f49be..c3a0a4d6 100644 --- a/rowers/templates/fitnessmetric.html +++ b/rowers/templates/fitnessmetric.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Fitness Progress {% endblock %} diff --git a/rowers/templates/flexchart3otw.html b/rowers/templates/flexchart3otw.html index d7fdf3af..bbae4c43 100644 --- a/rowers/templates/flexchart3otw.html +++ b/rowers/templates/flexchart3otw.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load tz %} diff --git a/rowers/templates/flexchartstacked.html b/rowers/templates/flexchartstacked.html index 665453ac..d44b9c33 100644 --- a/rowers/templates/flexchartstacked.html +++ b/rowers/templates/flexchartstacked.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load tz %} diff --git a/rowers/templates/followerform.html b/rowers/templates/followerform.html index 15b2231c..c64e5abc 100644 --- a/rowers/templates/followerform.html +++ b/rowers/templates/followerform.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load tz %} diff --git a/rowers/templates/forcecurve_single.html b/rowers/templates/forcecurve_single.html index ed7f9c5a..547b2bc5 100644 --- a/rowers/templates/forcecurve_single.html +++ b/rowers/templates/forcecurve_single.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load tz %} diff --git a/rowers/templates/freecoach_registration_form.html b/rowers/templates/freecoach_registration_form.html index a1746819..737ee4dc 100644 --- a/rowers/templates/freecoach_registration_form.html +++ b/rowers/templates/freecoach_registration_form.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}New Coach Registration{% endblock title %} {% block meta %} diff --git a/rowers/templates/frontpage.html b/rowers/templates/frontpage.html index dcd397c2..52f3a7c9 100644 --- a/rowers/templates/frontpage.html +++ b/rowers/templates/frontpage.html @@ -1,5 +1,5 @@ {% extends "newbasefront.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Rowing Data{% endblock %} diff --git a/rowers/templates/frontpageblogs.html b/rowers/templates/frontpageblogs.html index dd65e3ff..bc0e9eea 100644 --- a/rowers/templates/frontpageblogs.html +++ b/rowers/templates/frontpageblogs.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% for blog in blogposts %} diff --git a/rowers/templates/fusion.html b/rowers/templates/fusion.html index 89a11a4b..d5185cf8 100644 --- a/rowers/templates/fusion.html +++ b/rowers/templates/fusion.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} diff --git a/rowers/templates/fusion_list.html b/rowers/templates/fusion_list.html index a1d1d497..84cb64d5 100644 --- a/rowers/templates/fusion_list.html +++ b/rowers/templates/fusion_list.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} diff --git a/rowers/templates/gdpr_optin.html b/rowers/templates/gdpr_optin.html index a5a68a63..9e084f75 100644 --- a/rowers/templates/gdpr_optin.html +++ b/rowers/templates/gdpr_optin.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}GDPR Opt-In{% endblock %} diff --git a/rowers/templates/goldmedalscores.html b/rowers/templates/goldmedalscores.html index 2cd05773..020db44c 100644 --- a/rowers/templates/goldmedalscores.html +++ b/rowers/templates/goldmedalscores.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Gold Medal Score {% endblock %} diff --git a/rowers/templates/graphimage_delete_confirm.html b/rowers/templates/graphimage_delete_confirm.html index 8e8a6c02..d1f39b21 100644 --- a/rowers/templates/graphimage_delete_confirm.html +++ b/rowers/templates/graphimage_delete_confirm.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Delete Graph Image {% endblock %} diff --git a/rowers/templates/help.html b/rowers/templates/help.html index cf49d2f7..85f1b893 100644 --- a/rowers/templates/help.html +++ b/rowers/templates/help.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block main %} diff --git a/rowers/templates/histo.html b/rowers/templates/histo.html index be333c76..cbb641c7 100644 --- a/rowers/templates/histo.html +++ b/rowers/templates/histo.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall {% endblock %} diff --git a/rowers/templates/histo_single.html b/rowers/templates/histo_single.html index fce8843e..85539731 100644 --- a/rowers/templates/histo_single.html +++ b/rowers/templates/histo_single.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}View Workout {% endblock %} diff --git a/rowers/templates/history.html b/rowers/templates/history.html index e66e58ca..819b0ff5 100644 --- a/rowers/templates/history.html +++ b/rowers/templates/history.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall {% endblock %} diff --git a/rowers/templates/image_form.html b/rowers/templates/image_form.html index 43182ced..23804475 100644 --- a/rowers/templates/image_form.html +++ b/rowers/templates/image_form.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}File loading{% endblock %} diff --git a/rowers/templates/image_page.html b/rowers/templates/image_page.html index 96c34955..b56bd322 100644 --- a/rowers/templates/image_page.html +++ b/rowers/templates/image_page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% block title %}Here's your plot{% endblock %} diff --git a/rowers/templates/indoorvirtualeventcreate.html b/rowers/templates/indoorvirtualeventcreate.html index 8ec29004..336990c5 100644 --- a/rowers/templates/indoorvirtualeventcreate.html +++ b/rowers/templates/indoorvirtualeventcreate.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}New Virtual Challenge{% endblock %} diff --git a/rowers/templates/instantplan.html b/rowers/templates/instantplan.html index b581bd5d..5cfbe7fc 100644 --- a/rowers/templates/instantplan.html +++ b/rowers/templates/instantplan.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}{{ plan.name }}{% endblock %} diff --git a/rowers/templates/instantplans.html b/rowers/templates/instantplans.html index 6382fbd5..6176d9b9 100644 --- a/rowers/templates/instantplans.html +++ b/rowers/templates/instantplans.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Training Plans{% endblock %} diff --git a/rowers/templates/instroke.html b/rowers/templates/instroke.html index 09282e17..10c526be 100644 --- a/rowers/templates/instroke.html +++ b/rowers/templates/instroke.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Advanced Features {% endblock %} diff --git a/rowers/templates/laboratory.html b/rowers/templates/laboratory.html index 41fe9cb0..15b27e02 100644 --- a/rowers/templates/laboratory.html +++ b/rowers/templates/laboratory.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall - Analysis {% endblock %} diff --git a/rowers/templates/list_courses.html b/rowers/templates/list_courses.html index bd99a4f7..bab2409f 100644 --- a/rowers/templates/list_courses.html +++ b/rowers/templates/list_courses.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Courses List{% endblock %} diff --git a/rowers/templates/list_graphs.html b/rowers/templates/list_graphs.html index 8daf3046..1dfa9d78 100644 --- a/rowers/templates/list_graphs.html +++ b/rowers/templates/list_graphs.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Recent Graphs{% endblock %} diff --git a/rowers/templates/list_standards.html b/rowers/templates/list_standards.html index b99ac07f..e30d8492 100644 --- a/rowers/templates/list_standards.html +++ b/rowers/templates/list_standards.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Course Standards List{% endblock %} diff --git a/rowers/templates/list_videos.html b/rowers/templates/list_videos.html index 4e1dfa33..748db1c1 100644 --- a/rowers/templates/list_videos.html +++ b/rowers/templates/list_videos.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Recent Video Analyses{% endblock %} diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index 991ff27a..21c5944d 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}Rowsandall Workouts List{% endblock %} diff --git a/rowers/templates/logo_form.html b/rowers/templates/logo_form.html index 9482267a..82929c99 100644 --- a/rowers/templates/logo_form.html +++ b/rowers/templates/logo_form.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% block title %}File loading{% endblock %} diff --git a/rowers/templates/manualadd.html b/rowers/templates/manualadd.html index 09a435f0..0ec7f110 100644 --- a/rowers/templates/manualadd.html +++ b/rowers/templates/manualadd.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load tz %} diff --git a/rowers/templates/map_view.html b/rowers/templates/map_view.html index 93d9677c..676aa566 100644 --- a/rowers/templates/map_view.html +++ b/rowers/templates/map_view.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load leaflet_tags %} diff --git a/rowers/templates/mapcompare.html b/rowers/templates/mapcompare.html index be79b5c3..4d219412 100644 --- a/rowers/templates/mapcompare.html +++ b/rowers/templates/mapcompare.html @@ -1,5 +1,5 @@ {% extends "newbase.html" %} -{% load staticfiles %} +{% load static %} {% load rowerfilters %} {% load leaflet_tags %} diff --git a/rowers/templates/menu_analytics.html b/rowers/templates/menu_analytics.html index 2bf2760f..0f12d35d 100644 --- a/rowers/templates/menu_analytics.html +++ b/rowers/templates/menu_analytics.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %} {% load rowerfilters %}

Analysis