qase-tms / shelterpaws

A system for animal shelters, providing an easy and free way for shelter owners to display their pets, help them find new homes, and fundraise.
GNU General Public License v3.0
8 stars 4 forks source link

Add animals data to the template context in the cards variable. #74

Open NataliaPlatova opened 6 months ago

NataliaPlatova commented 6 months ago

The hardcoded data looks like this: { 'link': '#', 'type': 'dogs', 'img_src': '/upload/animal-cards/card-01.jpg', 'name': 'Spot', 'sex': 'Male', 'age': '18 months', 'size': 'Large' }

Andrenord282 commented 6 months ago

made a pull request https://github.com/qase-tms/shelterpaws/pull/78