🔒 Repository is read-only – file editing is disabled.
12
{% extends "base.html" %}{% block title %}{{ t('admin_required') }}{% endblock %}
{% block content %}<div style="text-align:center;padding:3rem"><h1 style="font-size:3rem"></h1><h2>{{ t('build_restricted') }}</h2><p class="text-muted">{{ t('build_restricted_msg') }}</p><a href="/login" class="btn btn-primary">{{ t('login_btn') }}</a></div>{% endblock %}