<%inherit file="master.html"/> <% from bodhi.server.config import config from bodhi.server.util import json_escape, eol_releases eol_list = eol_releases() %> <%block name="pagetitle"> % if not update: Create New Update  % else: Editing update ${update.alias}  % endif — Fedora Updates System <%block name="css"> ${parent.css()}

Updates / % if not update: Create New Update % else: Editing update ${update.alias} % endif

% if not update: Creating a new update requires JavaScript % else: Editing an update requires JavaScript % endif

If you have JavaScript disabled with a plugin like NoScript, please disable that plugin and reload the page. If you trust Fedora Infrastructure, you might find it convenient to enable JavaScript just for the domain fedoraproject.org.

If you are opposed to JavaScript in principle, you're not left out! Please use the fully-featured Bodhi command-line interface tool.

% if eol_list:
% endif
<%block name="javascript"> ${parent.javascript()} % if update and update.from_tag: % else: % endif