{% extends "accounts/_base.html" %} {% load static %} {% load placeholder %} {% block title %} Register {% endblock title %} {% block description %} Sign up for free and get your own tapped.to NFC chip page. {% endblock description %} {% block header_branding %}{% endblock header_branding %} {% block content %}

Welcome to tapped.to

{% if siteid %}

Sign up for free and claim this tapped.to NFC chip. ({{ siteid|slice:":5" }})

{% else %}

Sign up for free and get your own tapped.to page.

{% endif %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %}
{{ form.email | placeholder:'Email' }}
{% endblock content %}