Adding links to request page
- Legacy-Id: 5527
This commit is contained in:
parent
2e740dcab8
commit
ad23d56fb2
|
@ -11,7 +11,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<p>» <a href="http://datatracker.ietf.org/meeting/requests">View list of timeslot requests</a></p>
|
||||
<div class="module interim-container">
|
||||
<h2>Sessions - Status</h2>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<p>» <a href="http://datatracker.ietf.org/meeting/requests">View list of timeslot requests</a></p>
|
||||
<div class="module interim-container">
|
||||
<h2>
|
||||
Sessions Request Tool: IETF {{ meeting.number }}
|
||||
|
|
|
@ -109,6 +109,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<li><a href="/meeting/">Materials</a></li>
|
||||
<li><a href="http://www.ietf.org/meeting/proceedings.html">Past Proceedings</a></li>
|
||||
<li><a href="http://www.ietf.org/meeting/upcoming.html">Upcoming</a></li>
|
||||
<li><a href="/meeting/requests">Session Requests</a></li>
|
||||
|
||||
<li class="sect">Other Documents</li>
|
||||
<li><a href="/ipr/">IPR Disclosures</a></li>
|
||||
|
|
|
@ -14,8 +14,10 @@ table.ietf-materials td { padding:0.5em 0; }
|
|||
<p>Submission cutoff date: {{ cut_off_date|date:"F j, Y" }}<br/>
|
||||
Corrections to submissions cutoff date: {{ cor_cut_off_date|date:"F j, Y" }}</p>
|
||||
{% endif %}
|
||||
|
||||
<p><a href="https://datatracker.ietf.org/cgi-bin/wg/wg_proceedings.cgi">Meeting Materials Manager</a> (for session chairs only; password required)</p>
|
||||
<ul>
|
||||
<li><a href="https://datatracker.ietf.org/cgi-bin/wg/wg_proceedings.cgi">Meeting Materials Manager</a> (for session chairs only; password required)</li>
|
||||
<li><a href="/meeting/{{meeting_num}}/requests">Meeting Request/Conflict Table</a></li>
|
||||
</ul>
|
||||
|
||||
{# cache for 15 minutes, as long as there's no proceedings activity. takes 4-8 seconds to generate. #}
|
||||
{% load cache %}
|
||||
|
|
Loading…
Reference in a new issue