Edit QR Code

Update the information for your QR code

Basic Information

Update the basic details for your QR code

A unique name to identify this QR code
{{ qr_code.name|length }}/100
The name of the physical location where this QR code will be used
{{ qr_code.location|length }}/100

Location Details

Update the complete address and event information

Include all address details for accurate location identification
{{ qr_code.location_address|length }}/500

Address Coordinates

{% if qr_code.has_coordinates %} {{ "%.6f"|format(qr_code.address_latitude) }} {% else %} ---.------ {% endif %}
Latitude
{% if qr_code.has_coordinates %} {{ "%.6f"|format(qr_code.address_longitude) }} {% else %} ---.------ {% endif %}
Longitude
Describe the event or purpose for this QR code
{{ qr_code.location_event|length }}/200
Cancel

Current Information

QR Code Name: {{ qr_code.name }}
Location: {{ qr_code.location }}
Event: {{ qr_code.location_event }}
Address: {{ qr_code.location_address }}
{% if qr_code.has_coordinates %}
{{ qr_code.coordinates_display }}
Current Coordinates
Accuracy: {{ qr_code.coordinate_accuracy|title }} {% if qr_code.coordinates_updated_date %}
Updated: {{ qr_code.coordinates_updated_date.strftime('%Y-%m-%d') }} {% endif %}
{% else %}
No coordinates available
Add coordinates using the form
{% endif %}