Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Form Errors

Jonathan Tsang edited this page Sep 1, 2017 · 1 revision

Description

Snippets

The following is a list of snippet imports found in the template:

Template Markup

<div id="notice" class="notice__form-error">
  <ul class="form-error__list">
    {% for error in errors %}
      <li class="form-error__list-item">{{ error }}</li>
    {% endfor %}
  </ul>
</div>

Drops

Clone this wiki locally