poojatalele
poojatalele
hey @taranjeet , I would like to work on this issue, kindly assign
I would like to work on this issue, kindly assign
I would like to work on this issue, kindly assign
I would like to work on this issue, kindly assign
I have made some changes in the code, but those are not reflecting on my local system. not able to to figure out why?! kindly help
Hey @RayBB, Actually I have made changes in [openlibrary/templates/type/work/editions.html](https://github.com/internetarchive/openlibrary/blob/master/openlibrary/templates/type/work/editions.html) I tried adding some debugging lines and some changes but nothing is getting reflected on localhost.
@RayBB ``` $book.physical_format.replace('[', '').replace(']','') $if book.languages: $:_('in %(languagelist)s', languagelist=', '.join(l.name for l in book.languages)) $if book.edition_name: - $book.edition_name ``` this is the change I made in class format in edition-sort.html
> Hi, @poojatalele. Just to make sure it's clear what's going on, you are now able to see the changes you've made, correct? > > I copy/pasted your change into...