mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-12 19:33:48 +08:00
FrogPilot 0.9.7
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block title %}
|
||||
Navigation
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
{% with gmap_key=gmap_key, lon=lon, lat=lat, home=home, work=work, fav1=fav1, fav2=fav2, fav3=fav3 %}
|
||||
{% include "addr_input.html" %}
|
||||
{% endwith %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user