Browse Source

changing typology url

joel
Simon Bowie 1 year ago
parent
commit
7a09553f2b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web/app/templates/book.html

+ 1
- 1
web/app/templates/book.html View File

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

Loading…
Cancel
Save