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

Edit LEGO Set

Set number cannot be changed
Enter a URL to an image of the set
{% if set.image_url %}
{{ set.set_name }}
{% endif %}
Cover Picture
{% if set.cover_image %}
{{ set.set_name }}
{% endif %}
Upload your own photo of the set or MOC (JPG, PNG, GIF). Max 800px, optimized automatically.
Who designed this MOC?
Optional notes about your custom creation

Cancel
Set Information

Added by: {{ set.added_by.username }}

Created: {{ set.created_at.strftime('%B %d, %Y at %I:%M %p') }}

Last updated: {{ set.updated_at.strftime('%B %d, %Y at %I:%M %p') }}

Instructions: {{ set.instructions.count() }} file(s)

{% endblock %} {% block extra_js %} {% endblock %}