springload / madewithwagtail

A showcase of sites and apps made with Wagtail CMS, the easy to use, open source Django content management system
http://madewithwagtail.org
MIT License
84 stars 21 forks source link

Add a 'in cooperation with' field to site submissions #120

Closed thijskramer closed 6 years ago

thijskramer commented 6 years ago

This feature adds an 'in cooperation with' field to site submissions, so that is possible to provide a 'partner' that co-developed on a project.

It looks like this in the admin:

screen shot 2018-05-04 at 14 40 23

Which renders on the website like this: screen shot 2018-05-04 at 14 37 44

And on a company page, all sites the company co-developed on are shown as well: screen shot 2018-05-04 at 14 38 02

maartenkling commented 6 years ago

@mojeto Any change to review this PR?

mojeto commented 6 years ago

Hi @maartenkling, thank you for the PR. Last few days were busy for me. I'll do a proper review sometime later this week. Stay tuned and sorry for delay.

loicteixeira commented 6 years ago

Continuing work in #125. Thanks @thijskramer and @maartenkling.