Explorar el Código

changing typology url

joel
Simon Bowie hace 1 año
padre
commit
7a09553f2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      web/app/templates/book.html

+ 1
- 1
web/app/templates/book.html Ver fichero

@@ -28,7 +28,7 @@
Typology category:
</th>
<td>
<a href="{{ resource['typology'] }}">{{ resource['typology'] }}</a>
<a href="/books?typology={{ resource['typology'] }}">{{ resource['typology'] }}</a>
</td>
</tr>
{% endif %}

Cargando…
Cancelar
Guardar