Files @ 7c77001d5e7d
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html

Joel Addison
Add Venueless integration to Regidesk

Create Venueless login token as part of checkin to allow attendee to
join an online event from the dashboard.
{% extends "site_base.html" %}

{% load i18n %}

{% block head_title %}{% trans "Welcome" %}{% endblock %}

{% block body_class %}home{% endblock %}

{% block body %}
  {{ page.body }}
{% endblock %}