{% extends "base.html" %} {% block title %}Add User – Skins & Pins{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% if errors and errors.name %}
{{ errors.name }}
{% endif %}
{% if errors and errors.email %}
{{ errors.email }}
{% endif %}
{% if errors and errors.handicap %}
{{ errors.handicap }}
{% endif %}
{% if errors and errors.avatar %}
{{ errors.avatar }}
{% endif %}
{% for a in avatars %}
{% endfor %}
Tap to change
{% include "partials/crop_modal.html" %}
{% endblock %}