Skip to content

Commit

Permalink
Remove css page from base.html and deleted signout
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiziclebby committed Nov 2, 2023
1 parent b2f86c5 commit d4aab65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- custom css stylesheet -->
<link rel="stylesheet" type="text/css" src="{{ url_for('static', filename='poc-search.css') }}" />
<link rel="stylesheet" type="text/css" src="{{ url_for('static', filename='start-page.css') }}" />
<link rel="stylesheet" type="text/css" src="{{ url_for('static', filename='footer.css') }}" />

<!-- custom css stylesheet end -->
{% assets "css" %}<link href="{{ ASSET_URL }}" rel="stylesheet">{% endassets %}
{% endblock %}
Expand Down
11 changes: 0 additions & 11 deletions app/templates/main/sign-out.html

This file was deleted.

0 comments on commit d4aab65

Please sign in to comment.