{% extends "emails/_base.html" %} {% block body %}
You submitted a 3D print to hamlab.lt. Your codename is:
| {{ submission.slug }} |
To put it in the queue, click the button below within 24 hours. Otherwise the submission (and any uploaded .stl) is deleted automatically.
| Confirm my submission |
Or copy this link into your browser:
{{ confirm_url }}
If you didn't submit this, you can safely ignore the email — nothing happens until you click the link.
{% endblock %}