Updated template to show status description

This commit is contained in:
2010-03-30 22:30:45 +01:00
parent 4592988263
commit d9f75ca74b

View File

@@ -31,7 +31,7 @@
<tr><td>{{ acc.api_user_id }}</td> <tr><td>{{ acc.api_user_id }}</td>
<td>{{ acc.api_key }}</td> <td>{{ acc.api_key }}</td>
<td>{{ acc.description }}</td> <td>{{ acc.description }}</td>
<td>{{ acc.api_status }}</td> <td>{{ acc.api_status_description }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>