Skip to content

Commit

Permalink
another title fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Oct 23, 2022
1 parent cb94161 commit 41a03eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/generic.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% extends 'base.html' %}
{% block title %}
{{table_name}}
{% endblock %}
{% block html_head %}
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.25/css/dataTables.bootstrap5.css">

{% endblock %}

{% block header %}

{% block title %}
{{table_name}}
{% endblock %}
<h1 class="datastack_header">{{dataset}}</h1>
<h4 class="datastack_header"> {{table_name}}</h4>
<h4 class="datastack_header"># of annotations: {{n_annotations}}</h4>
Expand Down

0 comments on commit 41a03eb

Please sign in to comment.