Files @ 8cb9a41f410a
Branch filter:

Location: symposion_app/symposion_project/templates/homepage.html

James Tauber
first pass at result notification prepare template
{% extends "site_base.html" %}

{% load i18n %}
{% load boxes_tags %}

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

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

{% block body %}
    {% box "homepage" %}
     
{% endblock %}