Fleet Manager
Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
This commit is contained in:
13
selfdrive/frogpilot/fleetmanager/templates/nonprime.html
Normal file
13
selfdrive/frogpilot/fleetmanager/templates/nonprime.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block title %}
|
||||
addr_input
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
{% with gmap_key=gmap_key, lon=lon, lat=lat %}
|
||||
{% include "addr_input.html" %}
|
||||
{% endwith %}
|
||||
|
||||
{% include "nav_directions.html" %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user