{% extends "admin/base_site.html" %} {% load static %} {% block extrahead %} {{ block.super }} {% endblock %} {% block pretitle %} {% if shard_maintenance_mode %}
This shard is read-only because it's in maintenance mode
{% endif %} {% endblock %} {% block content %} {{ block.super }} {% endblock %} {% block userlinks %} {{ block.super }} {% if available_shards %}
{% csrf_token %}
document.getElementById('shard-select').addEventListener('change', function () { this.form.submit(); });
{% endif %} {% endblock %}