Skip to content

Commit

Permalink
improved local html mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aozalevsky committed Mar 1, 2024
1 parent 608f662 commit 5b4ca82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>{%- block title -%}PDB-Dev Validation Report{%- endblock -%}</title>
<!-- add bootstrap css file -->
{% if html_mode == 'local' %}
<link rel="stylesheet" href="static/css/bootstrap.min.css">
<link rel="stylesheet" href="static/css/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="static/css/layout.css">
Expand Down

0 comments on commit 5b4ca82

Please sign in to comment.