Files @ 5d2cff674dd4
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/speakers/base.html - annotation

bsturmfels
Update uWSGI and Nginx config
1
2
3
4
5
6
7
8
{% extends "site_base.html" %}

{% load static %}

{% block extra_script %}
<script src="{% static 'js/luxon.min.js' %}"></script>
<script src="{% static 'js/schedule.js' %}" type="text/javascript"></script>
{% endblock %}