forked from devdaydresden/devday_website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request devdaydresden#321 from devdaydresden/feature/atten…
…dee-checkin-page-qrcode-placeholder Feature/attendee checkin page qrcode placeholder
- Loading branch information
Showing
3 changed files
with
625 additions
and
614 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.