Files
StarPilot/selfdrive/frogpilot/fleetmanager/templates/error.html
T
FrogAi 4399175b58 FrogPilot community - Fleet Manager
Credit goes to mike8643!

https: //github.com/mike8643
Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
2024-07-01 12:08:19 -07:00

12 lines
163 B
HTML

{% extends "layout.html" %}
{% block title %}
Error
{% endblock %}
{% block main %}
<br> Oops
<br><br><br><br>
{{ error | safe }}
{% endblock %}