Selaa lähdekoodia

changing typology url

joel
Simon Bowie 1 vuosi sitten
vanhempi
commit
7a09553f2b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      web/app/templates/book.html

+ 1
- 1
web/app/templates/book.html Näytä tiedosto

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

Loading…
Peruuta
Tallenna