{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Objectbrowser - Object not found" %}{% endblock %} {% block toolbar %}{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}{% endblock %} {% block content %}
{{ error }}
{% trans "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." %}
{% trans "In any case, you can try browsing for your object in the" %} objectbrowser
{% endif %}