Fix template syntax error in api_tokens.html

parent 5ce3dfe3
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<tr> <tr>
<td colspan="5" style="text-align: center; color: #6b7280;">No API tokens found. Generate your first token above.</td> <td colspan="5" style="text-align: center; color: #6b7280;">No API tokens found. Generate your first token above.</td>
</tr> </tr>
{% endfor %} {% endif %}
</tbody> </tbody>
</table> </table>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment