Skip to content
Snippets Groups Projects
Select Git revision
  • 6a1f0976bbdf608dd6d1d06c674a74a27a35679c
  • main default protected
  • renovate/sentry-sdk-2.x
  • renovate/django-5.x
  • renovate/whitenoise-6.x
  • develop protected
  • new-changes
  • v3.0.3
  • v3.0.2
  • v3.0.2-develop.1
  • v3.0.1
  • v3.0.0-develop.1
  • v3.0.0
  • v2.1.0
  • v2.0.3
  • v2.0.2
  • v2.0.1
  • v2.0.0
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.1
  • v1.0.0
23 results

base-clear.html

Blame
  • 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>