Fixes the Status/Keytype display on user lookup

This commit is contained in:
2010-09-20 22:06:20 +01:00
parent 48f53ddb2c
commit 18a3f8751f

View File

@@ -45,8 +45,8 @@
<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.get_api_keytype_description }}</td> <td>{{ acc.get_api_keytype_display }}</td>
<td>{{ acc.get_api_status_description }}</td> <td>{{ acc.get_api_status_display }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>