Files
oscarpilot/selfdrive/frogpilot/fleetmanager/templates/error_log.html
2024-01-26 10:51:50 -07:00

17 lines
300 B
HTML

{% extends "layout.html" %}
{% block title %}
Error Log
{% endblock %}
{% block main %}
<br>
<h1>Error Log of<br>{{ file_name }}</h1>
<br>
{% endblock %}
{% block unformated %}
<pre style="font-size: x-small; margin: 20px;">{{ file_content }}</pre>
<br><br>
{% endblock %}