You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ballot sets are now (hopefully) treated properly, except for the
row coloring. They're also included in the "view_id" view.
Search is re-done, it turns out that using draft__<anything> means
that RFCs won't be matched, so build lists of possibly-matching
RFCs and I-Ds and pass them through. This applies to filename,
group and rfc number.
- Legacy-Id: 190
queryset=IDInternal.objects.filter(primary_flag=1).filter(cur_state__state__in=('In Last Call', 'Waiting for Writeup', 'Waiting for AD Go-Ahead')).order_by('cur_state', 'status_date', 'ballot_id')
144
143
returnobject_list(request, template_name="idtracker/status_of_items.html", queryset=queryset, extra_context={'title': 'Documents in Last Call'})
144
+
145
+
# Wrappers around object_detail to give permalink a handle.
146
+
# The named-URLs feature in django 0.97 will eliminate the
Copy file name to clipboardExpand all lines: ietf/templates/idtracker/base.html
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,19 @@
22
22
{% block idcontent %}
23
23
{% endblock %}
24
24
25
+
<hr/>
26
+
<ahref="http://www.djangoproject.com/"><imgsrc="http://media.djangoproject.com/img/badges/djangomade124x25.gif" border="0" alt="Made with Django." title="Made with Django." /></a>
27
+
<HR>
28
+
<p>
29
+
Did you find a bug? <ahref="{% url ietf.idtracker.views.send_email %}?cat=bugs" >Let us know</a>.
30
+
<p>
31
+
<ahref="{% url ietf.idtracker.views.send_email %}?cat=discuss" >Any question or suggestion</a>?
32
+
<p>
33
+
<i>This page produced by the <AHREF="mailto:iesg-secretary@ietf.org">IETF Secretariat</a>
34
+
for the <AHREF="mailto:iesg@ietf.org">IESG</A></i>
0 commit comments