src/Products/NotificationsBundle/Resources/views/portal/opt_in/notice.html.twig line 1

Open in your IDE?
  1. {% extends '@ProductsNotifications/portal/opt_in/base.html.twig' %}
  2. {% block content %}
  3.     <div class="mp-signin">
  4.         <h2>Opt-in error</h2>
  5.         <h3>Contact information not found at the school</h3>
  6.         <p class="form-mutedtxt mt-5">
  7.             <small>
  8.                 Your information must be pre-registered with the school in order to opt-in for notifications.
  9.                 Only parents and staff that are associated with the school are able to receive messaging.
  10.             </small>
  11.         </p>
  12.         <a href="{{ path('app.notifications.portal.opt_in.main') }}" class="btn btn-success" style="color: white;">Go Back</a>
  13.     </div>
  14. {% endblock %}