mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Emergency fix for broken links in 0.50, closes #1010
This commit is contained in:
parent
549a007683
commit
c13d184704
3 changed files with 30 additions and 23 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
{% block description_source_license %}{% include "_description_source_license.html" %}{% endblock %}
|
||||
|
||||
<p>This data as {% for name, url in renderers.items() %}<a href="{{ base_url }}{{ url }}">{{ name }}</a>{{ ", " if not loop.last }}{% endfor %}</p>
|
||||
<p>This data as {% for name, url in renderers.items() %}<a href="{{ url }}">{{ name }}</a>{{ ", " if not loop.last }}{% endfor %}</p>
|
||||
|
||||
{% include custom_table_templates %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue