Skip to content
Snippets Groups Projects
Commit 3bceb31e authored by Jonah Kanner's avatar Jonah Kanner :nerd: Committed by GraceDB
Browse files

adding hooks for special css

parent c421cca3
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{# remove requests for favicon #} {# remove requests for favicon #}
<link rel="icon" href="data:,"> <link rel="icon" href="data:,">
<link rel="stylesheet" href="{% static "css/style.css" %}" /> {% block csslink %}<link rel="stylesheet" href="{% static "css/style.css" %}" /> {% endblock %}
<title>GraceDb | {% block title %}{% endblock %}</title> <title>GraceDb | {% block title %}{% endblock %}</title>
<!-- START TESTING --> <!-- START TESTING -->
<script type="text/javascript"> <script type="text/javascript">
......
{% extends "base.html" %} {% extends "base.html" %}
{% load sanitize_html %} {% load sanitize_html %}
{% load logtags %} {% load logtags %}
{% load static %}
{% comment %}
{% block csslink %}<link rel="stylesheet" href="{% static "css/public.css" %}" />{% endblock %}
{% endcomment %}
{% block heading %}{% endblock %} {% block heading %}{% endblock %}
{% block bodyattrs %}class="tundra eventDetail"{% endblock %} {% block bodyattrs %}class="tundra eventDetail"{% endblock %}
{% block jscript %} {% block jscript %}
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static "tablesaw/dist/tablesaw.css" %}" /> <link rel="stylesheet" type="text/css" href="{% static "tablesaw/dist/tablesaw.css" %}" />
<script language="javascript" type="text/javascript" src="{% static "tablesaw/dist/tablesaw.js" %}"></script> <script language="javascript" type="text/javascript" src="{% static "tablesaw/dist/tablesaw.js" %}"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment