Skip to content

Commit

Permalink
Remove covid warning (#8295)
Browse files Browse the repository at this point in the history
* removed COVID disclaimer from competition list

* removed COVID-19 disclaimer translation key
  • Loading branch information
dunkOnIT authored Sep 18, 2023
1 parent 7ac8bae commit 8c0c5aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions WcaOnRails/app/views/competitions/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<div class="container">
<h2><%= yield(:title) %></h2>

<%= alert :warning, t('.disclaimer') %>

<%= form_tag competitions_path, method: :get, remote: true, class: "competition-select form-inline #{@display}", id: "competition-query-form" do %>
<%= render 'index_form' %>
<% end %>
Expand Down
1 change: 0 additions & 1 deletion WcaOnRails/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,6 @@ en:
#context: on the competition's index page
index:
title: "Competitions"
disclaimer: "Please note that due to the COVID-19 pandemic, some regions are currently unable to host competitions."
all_events: "All"
all_years: "All Years"
clear: "Clear"
Expand Down

0 comments on commit 8c0c5aa

Please sign in to comment.