Skip to content

Commit

Permalink
change order of css imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Oct 26, 2024
1 parent 0af1eeb commit 415b205
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ var/
*.egg-info/
.installed.cfg
*.egg
*env/
env*/

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
2 changes: 1 addition & 1 deletion tom_common/templates/tom_common/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<!-- Bootstrap CSS -->
{% bootstrap_css %}
<link rel="stylesheet" href="{% static 'font-awesome-4.7.0/css/font-awesome.min.css' %}">
<link rel="stylesheet" href="{% static 'tom_common/css/main.css' %}">
<link rel="stylesheet" href="{% static 'tom_common/css/custom.css' %}">
<link rel="stylesheet" href="{%static 'font-awesome-4.7.0/css/font-awesome.min.css' %}">
{% block additional_css %}
{% endblock %}
<link rel="icon" type="image/x-icon" href="{% static 'tom_common/img/favicon-32.ico' %}" sizes="32x32" />
Expand Down

0 comments on commit 415b205

Please sign in to comment.