{% extends "base.html" %} {% set page_title = "Photo Editor Error" %} {% block content %}

Photo Editor Error

{% if error %} {% else %}

Something went wrong with the photo editing session.

{% endif %}
Need Help?

Common issues and solutions:

  • Session expired: Editing sessions expire after inactivity. Start a new session.
  • Image not found: The original image may have been moved or deleted.
  • Processing error: Try refreshing the page or starting a new editing session.
  • Upload issues: Make sure your image is under 10MB and in JPG/PNG format.
{% endblock %}