Select Git revision
0040_event_reso_deadline.py
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
base-clear.html 409 B
{% load static %}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}Core{% endblock %}</title>
<link href="{% static 'core/css/output.css' %}" rel="stylesheet" type="text/css">
{# <meta http-equiv="refresh" content="10">#}
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>