{% extends "base.html" %} {% block title %}Objectbrowser - Object not found{% endblock %} {% block toolbar %}{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}{% endblock %} {% block content %}

{{ error_summary }}

{{ error }}

{% if error_type == "object not found" or error_summary == "Unable to get object" %}

On rare occations this can happen if you just made changes to your object and its object id changed because it now looks differently in the config files.

In any case, you can try browsing for your object in the objectbrowser

{% endif %}
{% endblock %}