explorerhq / django-sql-explorer

Easily share data across your company via SQL queries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need fix quotes on template

mmmcorpsvit opened this issue · comments

base.html

<a class="navbar-brand" href="{% url "explorer_index" %}">SQL Explorer</a>

contain same quotes, but must contain not same

Mixing quote types should fix this. Is this still an issue?

Created a PR for this one.

Excellent, thank you @BusinessFawn I hadn't seen this issue yet. Not sure I'd quite gone this far back.

I think we can get this into 2.1 which isn't far away.