diff options
Diffstat (limited to 'python/fatcat_web/templates/entity_macros.html')
| -rw-r--r-- | python/fatcat_web/templates/entity_macros.html | 7 | 
1 files changed, 1 insertions, 6 deletions
| diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 9207bd48..4b0635e5 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -36,12 +36,7 @@      <br>Revision: <small><code><a href="/{{ entity_type }}/rev/{{ entity.revision }}">{{ entity.revision }}</a></code></small>    {% endif %}    <br>API URL: <a href=" -  {%- if config.FATCAT_DOMAIN == 'dev.fatcat.wiki' -%} -    http://localhost:9411 -  {%- else -%} -    https://api.{{ config.FATCAT_DOMAIN }} -  {%- endif -%} -  /v0 +  {{ config.FATCAT_PUBLIC_API_HOST -}}    {%- if editgroup and entity.ident -%}      /editgroup/{{ editgroup.editgroup_id }}{# /{{ entity_type }}/{{ entity.ident }} #}    {%- elif entity.ident -%} | 
