0.0.64 error 500 w_route_info.html

This commit is contained in:
2023-07-31 19:24:48 +03:00
parent 47ceecdb59
commit 2e9200953e
3 changed files with 37 additions and 5 deletions

View File

@@ -22,6 +22,8 @@
{{ route.from_country.name }}/{{ route.from_city.name }}
</span>
<div></div>
<span>
{{ route.to_country.name }}/{{ route.to_city.name }}
</span>
@@ -57,7 +59,7 @@
{{ route.owner.email }}
</div>
<div class="button_edit_route">
<button
<button onclick="editRoute({{ route.id }})"
id="edit_route">
Редактировать
</button>