Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProjectClient_Y1S1_TramshedTech_15.git
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Beaumont Mogridge
ProjectClient_Y1S1_TramshedTech_15.git
Merge requests
!21
Resolve "Add form for adding latitude and longitude positions"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Resolve "Add form for adding latitude and longitude positions"
15-add-form-for-adding-latitude-and-longitude-positions
into
main
Overview
0
Commits
2
Pipelines
0
Changes
4
Open
Resolve "Add form for adding latitude and longitude positions"
Robert Metcalf
requested to merge
15-add-form-for-adding-latitude-and-longitude-positions
into
main
Dec 14, 2021
Overview
0
Commits
2
Pipelines
0
Changes
4
Closes
#15
Edited
Dec 14, 2021
by
Robert Metcalf
0
0
Merge request reports
Viewing commit
b3213e9e
Prev
Next
Show latest version
4 files
+
79
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Verified
b3213e9e
add interfaces to set latitude and longitude information
· b3213e9e
Robert Metcalf
authored
Dec 14, 2021
templates/set-latlong-result.html
0 → 100644
+
7
−
0
View file @ b3213e9e
Edit in single-file editor
Open in Web IDE
{% extends "main.html" %}
{% block title %}Set Latitude and Longitude of Address{% endblock %}
{% block mainBlock %}
{% for message in messages %}
<div>
{{ message }}
</div>
{% endfor %}
{% endblock %}
\ No newline at end of file
Loading