{% extends "base.html" %} {% block title %}Edit QR Code - QR Code Management{% endblock %} {% block content %}

Edit QR Code

Modify the information for "{{ qr_code.name }}"

Current QR Code

This is the current version of your QR code

{{ qr_code.name }} QR Code
Click to enlarge
Created: {{ qr_code.created_date.strftime('%B %d, %Y') }}
By: {{ qr_code.creator.full_name }}
ID: #{{ qr_code.id }}
Location: {{ qr_code.location }}
Event: {{ qr_code.location_event }}
Address: {{ qr_code.location_address }}

Basic Information

Update the essential details for your QR code

This name helps you identify the QR code in your dashboard
{{ 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
Describe the event or purpose for this QR code
{{ qr_code.location_event|length }}/200

Preview Updated QR Code

See how your QR code will look with the new information

Make changes above to see the updated QR code preview

Data Comparison

Compare the current and updated QR code data

Current Data

Event: {{ qr_code.location_event }}
Location: {{ qr_code.location }}
Address: {{ qr_code.location_address }}

Updated Data

Make changes above to see updated data...
Back to Dashboard
{% endblock %} {% block extra_scripts %} {% endblock %}