Skip to content

Commit

Permalink
fix: Add {% load tags %} to libraries.html to prevent error
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Nov 5, 2024
1 parent dd68092 commit 78b8fcd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions upsonic_on_prem/dash/app/templates/libraries/libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block content %}


{% load tags %}

<div class="uk-container uk-width-expand " uk-height-viewport="offset-top: true" >

Expand All @@ -19,9 +19,7 @@

{% include 'home/cardview.html' %}


{% demo_mode as demo_mode %}

{% if not demo_mode %}
<div uk-grid class="uk-margin-medium-bottom">
<div class="uk-width-expand">
Expand All @@ -37,8 +35,9 @@ <h1 class="uk-h2 uk-margin text-foreground">Connection Code</h1>
<div class="highlight"><pre class="chroma"><pre><code class="language-python">{{the_connection_code}}</code></pre></div>
</div>
</div>
{% endif %}


{% endif %}



Expand Down

0 comments on commit 78b8fcd

Please sign in to comment.