comparison zpt/staff/edit_talks.zpt @ 100:f4ac675b2031

more members pages.
author casties
date Tue, 21 May 2013 18:50:05 +0200
parents 9b38ba45773b
children ee79f6ba8d01
comparison
equal deleted inserted replaced
99:84fa3f62ed85 100:f4ac675b2031
6 6
7 <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'"> 7 <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
8 <form action="" method="post"> 8 <form action="" method="post">
9 <input type="hidden" name="key_main" tal:attributes="value python:here.content.key"> 9 <input type="hidden" name="key_main" tal:attributes="value python:here.content.key">
10 <input type="hidden" name="main_fields" value="talks__title"> 10 <input type="hidden" name="main_fields" value="talks__title">
11 <table tal:define="founds2 python:here.getTalks()"> 11 <table tal:define="founds2 python:here.getTalks(published=False)">
12 <tr> 12 <tr>
13 <th>Date</th> 13 <th>Date</th>
14 <th>Title/Place/Link</th> 14 <th>Title/Place/Link</th>
15 <th>Priority</th> 15 <th>Priority</th>
16 <th>Show</th> 16 <th>Show</th>