Skip to content

Commit

Permalink
Merge pull request devdaydresden#321 from devdaydresden/feature/atten…
Browse files Browse the repository at this point in the history
…dee-checkin-page-qrcode-placeholder

Feature/attendee checkin page qrcode placeholder
  • Loading branch information
jandd authored Mar 28, 2024
2 parents 8686f59 + b747980 commit 7de9e3a
Show file tree
Hide file tree
Showing 3 changed files with 625 additions and 614 deletions.
13 changes: 9 additions & 4 deletions devday/attendee/templates/attendee/checkin_qrcode.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{% extends "devday_site.html" %}
{% load cms_tags i18n %}
{% block content_body %}
<div class="row">
<div class="offset-lg-2 col-lg-8 col-12 content-area">
{% include "attendee/checkin_qrcode_include.html" %}
</div>
<div class="row">
<div class="offset-lg-2 col-lg-8 col-12 content-area">
{% include "attendee/checkin_qrcode_include.html" %}
</div>
</div>
<div class="row">
<div class="offset-lg-2 col-lg-8 col-12 content-area">
{% static_placeholder "attendee-checkin-qrcode-public-transport" %}
</div>
</div>
{% endblock %}
7 changes: 7 additions & 0 deletions devday/devday/templates/devday_all_static_placeholders.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ <h3>checkin-instructions</h3>
{% static_placeholder "checkin-instructions" or %}checkin-instruction{% endstatic_placeholder %}</p>
<hr>
</div>
<div class="col-12 col-lg-6">
<h3>attendee-checkin-qrcode-public-transport</h3>
<p class="text-muted">used in attendee/templates/attendee/checkin_qrcode.html</p>
<p>
{% static_placeholder "attendee-checkin-qrcode-public-transport" or %}attendee-checking-qrcode-public-transport{% endstatic_placeholder %}</p>
<hr>
</div>
<div class="col-12 col-lg-6">
<h3>attendee-registration-completed</h3>
<p class="text-muted">used in attendee/templates/attendee/attendee_register_complete.html</p>
Expand Down
Loading

0 comments on commit 7de9e3a

Please sign in to comment.