Files @ 40f4d1bb8d07
Branch filter:

Location: symposion_app/symposion_project/templates/homepage.html

James Tauber
display available teams on dashboard and remove debugging print
{% 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 %}