{% extends "wireframes/base.html" %} {% load i18n %} {% block header %}

Wireframe

Create a new wireframe

{% endblock %} {% block content %}
Create a new wireframe {{ form.name.errors }}

{{ form.name }}

{{ form.grid_width.errors }}

{{ form.grid_width }}px

{{ form.grid_spacing.errors }}

{{ form.grid_spacing }}px

{{ form.grid_columns.errors }}

{{ form.grid_columns }}

px

Grid preview

800 px
1024 px
1200 px
{% endblock %}