web/ldt/templates/admin/index.html
changeset 10 84e31387a741
parent 0 ecdfc63274bf
equal deleted inserted replaced
9:67f071c743f5 10:84e31387a741
    44         <div class="module">
    44         <div class="module">
    45         	<table summary="Import">
    45         	<table summary="Import">
    46         	<caption>Import</caption>
    46         	<caption>Import</caption>
    47         	<tr>
    47         	<tr>
    48         	<th>        	
    48         	<th>        	
    49         	<a href="{% url ldt.ldt.views.importFile %}">Import an ldt</a>
    49         	<a href="{% url ldt.ldt_utils.views.importFile %}">Import an ldt</a>
    50         	</th>
    50         	</th>
    51         	<td>&nbsp;
    51         	<td>&nbsp;
    52         	</td>
    52         	</td>
    53             </tr>
    53             </tr>
    54         	<tr>
    54         	<tr>
    55             <th>            
    55             <th>            
    56             <a href="{% url ldt.ldt.views.reindex %}">Reindex</a>
    56             <a href="{% url ldt.ldt_utils.views.reindex %}">Reindex</a>
    57             </th>
    57             </th>
    58             <td>&nbsp;
    58             <td>&nbsp;
    59             </td>         
    59             </td>         
    60         	</tr>
    60         	</tr>
    61         	</table>
    61         	</table>