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 @@
{# remove requests for favicon #}
<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>
<!-- START TESTING -->
<script type="text/javascript">
......
{% extends "base.html" %}
{% load sanitize_html %}
{% load logtags %}
{% load static %}
{% comment %}
{% block csslink %}<link rel="stylesheet" href="{% static "css/public.css" %}" />{% endblock %}
{% endcomment %}
{% block heading %}{% endblock %}
{% block bodyattrs %}class="tundra eventDetail"{% endblock %}
{% block jscript %}
{% load static %}
<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>
......
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