Emergency fix for broken links in 0.50, closes #1010

This commit is contained in:
Simon Willison 2020-10-09 17:33:13 -07:00
commit c13d184704
3 changed files with 30 additions and 23 deletions

View file

@ -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 %}