{% extends "base.html" %} {% block title %}Edit info on {{ doc }}{% endblock %} {% block scripts %} function make_bold() { var e = document.getElementById("ballotwarn"); e.setAttribute("class","warning"); } {% endblock %} {% block morecss %} form.edit-info #id_state_change_notice_to { width: 600px; } form.edit-info #id_note { width: 600px; height: 150px; } form.edit-info .actions { padding-top: 20px; } .warning { font-weight:bold; color:red; } {% endblock %} {% block content %} {% load ietf_filters %}