Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael William Coughlin
GraceDB Server
Commits
3bceb31e
Commit
3bceb31e
authored
5 years ago
by
Jonah Kanner
Committed by
GraceDB
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
adding hooks for special css
parent
c421cca3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gracedb/templates/base.html
+1
-1
1 addition, 1 deletion
gracedb/templates/base.html
gracedb/templates/superevents/public.html
+9
-1
9 additions, 1 deletion
gracedb/templates/superevents/public.html
with
10 additions
and
2 deletions
gracedb/templates/base.html
+
1
−
1
View file @
3bceb31e
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
gracedb/templates/superevents/public.html
+
9
−
1
View file @
3bceb31e
{% 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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment