{% extends "base.html" %} {% load static %} {% block content %}

Save your album

{% if tried_to_edit %}

Looks like you're still editing another album.

Save and finish that one before editing another.

{% endif %}

1. Choose a name

{% csrf_token %} {% if a.temp_title|length > 0 %}
{% else %}
{% endif %} {% if tried_to_edit %} {% else %} {% endif %}
{% endblock %}