<% # Copyright (C) 2013 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU Affero General Public License for more # details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see . %> <% provide :page_title, t('updated_terms_of_use', 'Updated Acceptable Use Policy') js_bundle :terms_of_use css_bundle :login_confirm disable_account_css @headers = false add_body_class "modal body--login-confirmation" %> <%= form_tag("/api/v1/users/self", method: "put", class: "reaccept_terms ic-Login-confirmation", id: "modal-box") do %>
<%= image_tag("login/canvas-logo@2x.png", class:"ic-Login-confirmation__logo", alt:"Canvas by Instructure") %>
<% if @domain_root_account.terms_required? %> <% js_bundle :terms_of_service_modal %> <% end %>

<%= t "Either you're a new user or the *terms of use* has changed since you last agreed to it. Please agree to the *terms of use* before you continue.", wrapper: '\1' %>

<% end %>