{% extends "base.html" %} {% block title %}Add Set - {{ app_name }}{% endblock %} {% block content %}

Add New LEGO Set or MOC

What are you adding?
{% if brickset_available %}
Search Brickset

Search for a set to auto-populate details


{% endif %}
Enter a URL to an image of the set (e.g., from Brickset)
Upload your own photo of the set or MOC (JPG, PNG, GIF). Max 800px, optimized automatically.

Cancel
{% endblock %} {% block extra_js %} {% if brickset_available %} {% endif %} {% endblock %}